IBuildProcessDefaultTopicFile Property

This read-only property is used to get the filename of the default topic as determined by the build engine.

Definition

Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
string DefaultTopicFile { get; }

Property Value

String

Remarks

The path is relative to the root of the output folder (i.e. html/DefaultTopic.htm)

See Also