Click or drag to resize
Sandcastle Help File BuilderBuildProcessDefaultTopicFile Property
This returns the filename of the default topic as determined by the build engine

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string DefaultTopicFile { get; }

Property Value

Type: String
Remarks
The path is relative to the root of the output folder (i.e. html/DefaultTopic.htm)
See Also