TopicCollection Constructor
Constructor
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public TopicCollection(
ContentFile contentLayoutFile
)
Public Sub New (
contentLayoutFile As ContentFile
)
public:
TopicCollection(
ContentFile^ contentLayoutFile
)
new :
contentLayoutFile : ContentFile -> TopicCollection
Parameters
- contentLayoutFile ContentFile
- The content layout file associated with the collection
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.