IBuildProcessDefaultTopicFile Property
This read-only property is used to get the filename of the default topic as determined by the build
engine.
Namespace: Sandcastle.Core.BuildEngineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
string DefaultTopicFile { get; }
ReadOnly Property DefaultTopicFile As String
Get
property String^ DefaultTopicFile {
String^ get ();
}
abstract DefaultTopicFile : string with get
Property Value
String The path is relative to the root of the output folder (i.e. html/DefaultTopic.htm)