Enum ContentVersionOperationStatus
Represents the status of a content version operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum ContentVersionOperationStatus
Fields
| Name | Description |
|---|---|
| ContentNotFound | The specified content item was not found. |
| InvalidSkipTake | The skip or take parameters are invalid for pagination. |
| NotFound | The specified content version was not found. |
| RollBackCanceled | The rollback operation was canceled by a notification handler. |
| RollBackFailed | The rollback operation failed. |
| Success | The operation completed successfully. |