SaaS CMS has officially launched! Learn more now.

Class PropertyPageSortOrderControl

Property control that stores a sort order type for pages.

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

Constructors

PropertyPageSortOrderControl()

Declaration
public PropertyPageSortOrderControl()

Properties

Number

Gets or sets the numeric representation of the sort order type.

Declaration
public int Number { get; set; }
Property Value
Type Description
System.Int32

The numeric representation of the sort order type.

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 selected the sort order.

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

A translated name of selected the sort order.

Overrides

Implements

System.Web.UI.INamingContainer

Extension Methods