Click or drag to resize
Sandcastle Help File BuilderBuildProcessApiTocOrder Property
This is used to get or set the sort order for API content so that it appears within its parent in the correct position.

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public int ApiTocOrder { get; set; }

Property Value

Type: Int32
Remarks
The default is -1 to let the build engine determine the best value to use based on the other project properties.
See Also