Click or drag to resize
Sandcastle Help File BuilderTopicCollection Constructor
Constructor

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public TopicCollection(
	FileItem file
)

Parameters

file
Type: SandcastleBuilder.UtilsFileItem
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