SyntaxGeneratorExportAttributeSortOrder 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: 2024.9.12.0
public int SortOrder { get; set; }

Property Value

Int32
The sort order determines the order of the syntax sections in each topic

See Also