Class SortExpression
Inheritance
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 |
|---|---|
| string |
Property
Declaration
public PropertyModel? Property { get; set; }
Property Value
| Type | Description |
|---|---|
| PropertyModel |