TopicFile Constructor

Constructor

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public TopicFile(
	ContentFile contentFile
)

Parameters

contentFile  ContentFile
The content file from the project

Exceptions

ArgumentNullExceptionThis is thrown if the content file is null

See Also