Click or drag to resize
Sandcastle Help File BuilderImageReferenceCollectionSaveAsSharedContent Method
Write the image reference collection to a map file ready for use by BuildAssembler.

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

Parameters

filename
Type: SystemString
The file to which the image reference collection is saved.
imagePath
Type: SystemString
The path to which the image files should be copied.
builder
Type: SandcastleBuilder.Utils.BuildEngineBuildProcess
The build process
Remarks
Images with their CopyToMedia property set to true are copied to the media folder immediately.
See Also