Enum ContentPublishingOperationStatus
Represents the status of a content publishing operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum ContentPublishingOperationStatus
Fields
| Name | Description |
|---|---|
| Accepted | The publishing operation was accepted for processing. |
| AwaitingRelease | The content item is awaiting release and cannot be published immediately. |
| CancelledByEvent | The operation was cancelled by an event handler. |
| CannotPublishInvariantWhenVariant | Cannot publish invariant content when the content type is configured as variant. |
| CannotPublishVariantWhenNotVariant | Cannot publish variant content when the content type is not configured as variant. |
| CannotUnpublishWhenReferenced | The content item cannot be unpublished because it is referenced by other items. |
| ConcurrencyViolation | A concurrency violation occurred; the content was modified by another operation. |
| ContentInvalid | The content item is invalid and cannot be published. |
| ContentNotFound | The specified content item was not found. |
| CultureAwaitingRelease | The specified culture is awaiting release and cannot be published immediately. |
| CultureHasExpired | The specified culture has expired and cannot be published. |
| CultureMissing | The specified culture is missing from the content item. |
| Failed | An unspecified failure occurred during the operation. |
| FailedBranch | The branch publishing operation failed. |
| HasExpired | The content item has expired and cannot be published. |
| InTrash | The content item is in the recycle bin and cannot be published. |
| InvalidCulture | The specified culture is invalid or not configured. |
| MandatoryCultureMissing | A mandatory culture is missing from the content item. |
| NothingToPublish | There is nothing to publish for the content item. |
| PathNotPublished | The content path is not published; parent content must be published first. |
| PublishTimeNeedsToBeInFuture | The publish time must be in the future. |
| Success | The operation completed successfully. |
| TaskResultNotFound | The task result for the publishing operation was not found. |
| Unknown | An unknown error occurred during the operation. |
| UnpublishTimeNeedsToBeAfterPublishTime | The unpublish time must be after the publish time. |
| UnsavedChanges | The content item has unsaved changes that must be saved before publishing. |
| UpublishTimeNeedsToBeInFuture | The unpublish time must be in the future. |