Try our conversational search powered by Generative AI!

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.Cms.AspNet.dll
Version: 11.20.7
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