| ImageReferenceCollectionSaveAsSharedContent Method |
Write the image reference collection to a map file ready for use
by BuildAssembler.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void SaveAsSharedContent(
string filename,
string imagePath,
BuildProcess builder
)
Public Sub SaveAsSharedContent (
filename As String,
imagePath As String,
builder As BuildProcess
)
public:
void SaveAsSharedContent(
String^ filename,
String^ imagePath,
BuildProcess^ builder
)
member SaveAsSharedContent :
filename : string *
imagePath : string *
builder : BuildProcess -> unit
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