Sitecore 5.0 API

Settings.DefaultSortOrderValue Property

Gets the default value of the sort order attribute.

[Visual Basic]
Public Shared ReadOnly Property DefaultSortOrderValue As String
[C#]
public static string DefaultSortOrderValue {get;}

Property Value

Default value: "0"

Remarks

Sort order is used for displaying items in the Sitecore client and for API functions that returns sorted sets.

See Also

Settings Class | Sitecore.Configuration Namespace