TopicCollection Constructor
Constructor
Namespace: Sandcastle.Core.ConceptualContentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.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.