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.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public int TocOrder { get; }
Public ReadOnly Property TocOrder As Integer
Get
public:
property int TocOrder {
int get ();
}
member TocOrder : int with get
Property Value
Int32The default is -1 to let the build engine determine the best value to use based on the
other project properties.