ConceptualContentSettingsSaveImageSharedContent Method

Write the image reference collection to a map file ready for use by BuildAssembler

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public void SaveImageSharedContent(
	string filename,
	string imagePath,
	BuildProcess builder
)

Parameters

filename  String
The file to which the image reference collection is saved
imagePath  String
The path to which the image files should be copied
builder  BuildProcess
The build process

Remarks

Images with their CopyToMedia property set to true are copied to the media folder immediately.

See Also