ConceptualContentSettingsCopyContentFiles Method

This is used to copy the additional content token, image, and topic files to the build folder

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public void CopyContentFiles(
	BuildProcess builder
)

Parameters

builder  BuildProcess
The build process

Remarks

This will copy the code snippet file if specified, save token information to a shared content file called _Tokens_.xml in the build process's working folder, copy the image files to the .\media folder in the build process's working folder, save the media map to a file called _MediaContent_.xml in the build process's working folder, and save the topic files to the .\ddueXml folder in the build process's working folder. The topic files will have their content wrapped in a <topic> tag if needed and will be named using their Id value.

See Also