| TopicCollection Constructor |
Constructor
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public TopicCollection(
FileItem file
)
Public Sub New (
file As FileItem
)
public:
TopicCollection(
FileItem^ file
)
new :
file : FileItem -> TopicCollection
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