TopicCollection Constructor

Constructor

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public TopicCollection(
	ContentFile contentLayoutFile
)

Parameters

contentLayoutFile  ContentFile
The content layout file associated with the collection

Remarks

Topics are not loaded until the Load method is called. If the file parameter is null, this is assumed to be a child topic collection.

See Also