Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class InputSortOrder

Simple input type that displays available page sort orders.

Inheritance
System.Object
InputSortOrder
Implements
System.Web.UI.INamingContainer
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class InputSortOrder : InputBase, INamingContainer

Constructors

InputSortOrder()

Initializes a new instance of the InputSortOrder class.

Declaration
public InputSortOrder()

Properties

SortOrder

Gets or sets the selected sort order.

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

The selected sort order.

Methods

CreateChildControls()

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

Declaration
protected override void CreateChildControls()

Implements

System.Web.UI.INamingContainer

Extension Methods