SandcastleProjectTocOrder Property

This read-only property is used to get the sort order for conceptual content so that it appears within its parent in the correct position.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public int TocOrder { get; }

Property Value

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

See Also