SaaS CMS has officially launched! Learn more now.

Class PropertyFileSortOrderControl

Creates a user interface that displayes a drop down list with different sort orders for files.

Inheritance
System.Object
PropertyFileSortOrderControl
Implements
System.Web.UI.INamingContainer
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public class PropertyFileSortOrderControl : PropertySelectControlBase, IPropertyControl, INamingContainer, IRenderSettings

Constructors

PropertyFileSortOrderControl()

Declaration
public PropertyFileSortOrderControl()

Properties

SortOrder

Gets or sets the FileSortOrder for the corresponding PropertyFileSortOrder.

Declaration
public FileSortOrder SortOrder { get; set; }
Property Value
Type Description
FileSortOrder

The FileSortOrder for the corresponding PropertyFileSortOrder.

Methods

SetupEditControls()

Used to apply a custom setup to the edit controls.

Declaration
protected override void SetupEditControls()
Overrides
Remarks

This method is called from CreateEditControls after the edit control(s) have been created.

ToWebString()

Gets a translated name of the selected the sort order.

Declaration
public override string ToWebString()
Returns
Type Description
System.String

A translated name of the selected sort order.

Overrides

Implements

System.Web.UI.INamingContainer

Extension Methods