Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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: 8.11.0
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

Extension Methods