| SandcastleProjectTocOrder Property |
This is used to get or set 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: 2014.11.22.0
Syntax public int TocOrder { get; set; }
Public Property TocOrder As Integer
Get
Set
public:
property int TocOrder {
int get ();
void set (int value);
}
member TocOrder : int with get, set
Property Value
Type:
Int32Remarks The default is -1 to let the build engine determine the best value to use based on the
other project properties.
See Also