Enum OutOfDateType
Defines the status of whether something is up to date.
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public enum OutOfDateType
Fields
| Name | Description |
|---|---|
| Current | Indicates the item is current and up to date. |
| OutOfDate | Indicates the item is out of date and needs updating. |
| Unknown | Indicates the status could not be determined. |