Toc EntrySort Order Property
This is used to get or set the sort order for the entry within its group
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Entries 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.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public int SortOrder { get; set; }VB
Public Property SortOrder As Integer
Get
SetC++
public:
property int SortOrder {
int get ();
void set (int value);
}F#
member SortOrder : int with get, setProperty 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.