BuildProcessDefaultTopicFile Property

This returns the filename of the default topic as determined by the build engine

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public 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