Enum ContentStatus
Describes the states of a document, with regard to (schedule) publishing.
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
[DataContract]
public enum ContentStatus
Fields
Name | Description |
---|---|
AwaitingRelease | The document is not trashed, not published, and pending publication by a scheduled action. |
Expired | The document is not trashed, not published, after being unpublished by a scheduled action. |
Published | The document is published. |
Trashed | The document is trashed. |
Unpublished | The document is not trashed, and not published. |