Click or drag to resize
Sandcastle Help File BuilderTopicCollectionGenerateConceptualTopics Method
This creates copies of the conceptual topic files in the build process's working folder.

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

Parameters

folder
Type: SystemString
The folder in which to place the topic files
builder
Type: SandcastleBuilder.Utils.BuildEngineBuildProcess
The build process
Remarks
Each topic file will be named using its Id. If necessary, its content will be wrapped in a <topic> element. Sub-topics are written out recursively.
See Also