| ConceptualContentSettingsCopyContentFiles Method |
This is used to copy the additional content token, image, and topic files to the build folder
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void CopyContentFiles(
BuildProcess builder
)
Public Sub CopyContentFiles (
builder As BuildProcess
)
public:
void CopyContentFiles(
BuildProcess^ builder
)
member CopyContentFiles :
builder : BuildProcess -> unit
Parameters
- builder
- Type: SandcastleBuilder.Utils.BuildEngineBuildProcess
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