Enum PublishedState
The states of a content item.
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public enum PublishedStateFields
| Name | Description | 
|---|---|
| Published | The content item is published. | 
| Publishing | The version is being saved, in order to publish the content. | 
| Unpublished | The content item is not published. | 
| Unpublishing | The version is being saved, in order to unpublish the content. |