Enum ContentSavedState
The saved state of a content item
Namespace: Umbraco.Web.Models.ContentEditing
Assembly: Umbraco.Web.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 |