SaaS CMS has officially launched! Learn more now.

Class Order

Summary description for Order.

Inheritance
System.Object
Order
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.BaseLibrary.Search
Assembly: EPiServer.BaseLibrary.dll
Version: 7.19.2
Syntax
public class Order

Constructors

Order(String, Boolean)

Declaration
public Order(string column, bool ascending)
Parameters
Type Name Description
System.String column
System.Boolean ascending

Properties

Ascending

Declaration
public bool Ascending { get; }
Property Value
Type Description
System.Boolean

Column

Declaration
public string Column { get; }
Property Value
Type Description
System.String