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