Topic File 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 TopicFile(
ContentFile contentFile
)VB
Public Sub New (
contentFile As ContentFile
)C++
public:
TopicFile(
ContentFile^ contentFile
)F#
new :
contentFile : ContentFile -> TopicFileParameters
- contentFile ContentFile
- The content file from the project
Exceptions
| ArgumentNullException | This is thrown if the content file is null |