BuildProcessDefaultTopicFile Property
This returns the filename of the default topic as determined by the build engine
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public string DefaultTopicFile { get; }
Public ReadOnly Property DefaultTopicFile As String
Get
public:
property String^ DefaultTopicFile {
String^ get ();
}
member DefaultTopicFile : string with get
Property Value
String The path is relative to the root of the output folder (i.e. html/DefaultTopic.htm)