ISandcastle ProjectToc Order 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: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default is -1 to let the build engine determine the best value to use based on the other project properties.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
int TocOrder { get; }VB
ReadOnly Property TocOrder As Integer
GetC++
property int TocOrder {
int get ();
}F#
abstract TocOrder : int with getProperty Value
Int32The default is -1 to let the build engine determine the best value to use based on the other project properties.