TocEntrySortOrder Property
This is used to get or set the sort order for the entry within its group
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public int SortOrder { get; set; }
Public Property SortOrder As Integer
Get
Set
public:
property int SortOrder {
int get ();
void set (int value);
}
member SortOrder : int with get, set
Property Value
Int32Entries with identical sort order values will sort by title as well. Items with no specific
sort order will sort below those with a defined sort order.