Enum ContentSortField
Represents a system field that a node's children can be sorted by.
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public enum ContentSortField
Fields
| Name | Description |
|---|---|
| CreateDate | Sort by the date the node was created. |
| Name | Sort by the node's name. |
| UpdateDate | Sort by the date the node was last updated. |