SaaS CMS has officially launched! Learn more now.

Class PropertyFileSortOrder

Property that specifies a file sort order.

Inheritance
System.Object
PropertyFileSortOrder
Namespace: EPiServer.SpecializedProperties
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[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.

Implements

Extension Methods