ConceptualContentSettingsSaveImageSharedContent 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: 2024.9.12.0
public void SaveImageSharedContent(
string filename,
string imagePath,
BuildProcess builder
)
Public Sub SaveImageSharedContent (
filename As String,
imagePath As String,
builder As BuildProcess
)
public:
void SaveImageSharedContent(
String^ filename,
String^ imagePath,
BuildProcess^ builder
)
member SaveImageSharedContent :
filename : string *
imagePath : string *
builder : BuildProcess -> unit
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
Images with their
CopyToMedia property set to true are copied
to the media folder immediately.