Click or drag to resize
Sandcastle Help File BuilderTocEntrySortOrder Property
This is used to get or set the sort order for the entry within its group.

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public int SortOrder { get; set; }

Property Value

Type: Int32
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.
See Also