Enum DocumentVariantState
The saved state of a content item
Namespace: Umbraco.Cms.Api.Management.ViewModels.Document
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public enum DocumentVariantState
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 |