Enum ContentSavedState
The saved state of a content item
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public enum ContentSavedState
Fields
| Name | Description |
|---|---|
| Draft | The item is saved but isn't published |
| NotCreated | The item isn't created yet |
| Published | The item is published and there are no pending changes |
| PublishedPendingChanges | The item is published and there are pending changes |