Syntax Generator Export AttributeSort Order Property
This is used to get or set the value that defines the order in which the syntax generators are added
the to the configuration file.
Definition
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The sort order determines the order of the syntax sections in each topic
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
Int32The sort order determines the order of the syntax sections in each topic