IBuild ProcessDefault Topic File 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: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string DefaultTopicFile { get; }VB
ReadOnly Property DefaultTopicFile As String
GetC++
property String^ DefaultTopicFile {
String^ get ();
}F#
abstract DefaultTopicFile : string with getProperty Value
StringRemarks
The path is relative to the root of the output folder (i.e. html/DefaultTopic.htm)