Class PropertySortOrder
Property that defines a sort order that can be used to sort pages.
Inherited Members
Namespace: EPiServer.SpecializedProperties
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[PropertyDefinitionTypePlugIn]
[EditorHint("SortOrder")]
public class PropertySortOrder : PropertyNumber, IReadOnly<PropertyData>, IReadOnly
Constructors
PropertySortOrder()
Declaration
public PropertySortOrder()
Properties
SortOrder
Gets or sets the sort order.
Declaration
public FilterSortOrder SortOrder { get; set; }
Property Value
Type | Description |
---|---|
FilterSortOrder | The sort order. |