ConfigurationDomainSortPriority Property

The priority in which this domain should be listed amongst other domains. Domains with larger sortPrioriity values will appear earlier/higher in listings. Domains with the same/no priority will be sorted alphabetically.

Definition

Namespace: MFiles.VAF.Configuration.Domain
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public int SortPriority { get; set; }

Property Value

Int32

See Also