Show / Hide Table of Contents

Class SortProperties

Inheritance
object
SortProperties
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Assets
Assembly: DotNetNuke.dll
Syntax
public class SortProperties

Constructors

SortProperties()

Declaration
public SortProperties()

Properties

Ascending

Declaration
public bool Ascending { get; set; }
Property Value
Type Description
bool

Column

Declaration
public string Column { get; set; }
Property Value
Type Description
string

Methods

Parse(string)

Declaration
public static SortProperties Parse(string sortExpression)
Parameters
Type Name Description
string sortExpression
Returns
Type Description
SortProperties

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS