This is used to create the conceptual content build configuration files

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.7.0

Syntax

C#
public void CreateConfigurationFiles(
	BuildProcess builder
)
Visual Basic
Public Sub CreateConfigurationFiles ( 
	builder As BuildProcess
)

Parameters

builder
Type: SandcastleBuilder.Utils.BuildEngine..::..BuildProcess
The build process

Remarks

This will create the companion files used to resolve conceptual links and the _ContentMetadata_.xml and ConceptualManifest.xml configuration files.

See Also