Topic Collection Constructor
Constructor
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public TopicCollection(
ContentFile contentLayoutFile
)VB
Public Sub New (
contentLayoutFile As ContentFile
)C++
public:
TopicCollection(
ContentFile^ contentLayoutFile
)F#
new :
contentLayoutFile : ContentFile -> TopicCollectionParameters
- 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.