Class SortExpression
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.TemplateQuery
Assembly: Umbraco.Core.dll
Syntax
public class SortExpression
Properties
View SourceDirection
Declaration
public string Direction { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Property
Declaration
public PropertyModel Property { get; set; }
Property Value
Type | Description |
---|---|
PropertyModel |