| TopicCollectionGenerateConceptualTopics Method |
This creates copies of the conceptual topic files in the build
process's working folder.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void GenerateConceptualTopics(
string folder,
BuildProcess builder
)
Public Sub GenerateConceptualTopics (
folder As String,
builder As BuildProcess
)
public:
void GenerateConceptualTopics(
String^ folder,
BuildProcess^ builder
)
member GenerateConceptualTopics :
folder : string *
builder : BuildProcess -> unit
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