Content FileSort Order Property
This is used to get or set the sort order for site map and content layout files
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
For other file types, this will always return zero
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
Int32For other file types, this will always return zero