Enum PublishedState
The states of a content item.
Namespace: Umbraco.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public enum PublishedState
Fields
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. |