Enum ContentTypeStructureOperationStatus
Represents the status of a content type structure operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum ContentTypeStructureOperationStatus
Fields
| Name | Description |
|---|---|
| CancelledByNotification | The operation was cancelled by a notification handler. |
| ContainerNotFound | The specified container was not found. |
| NotAllowedByPath | The operation is not allowed due to path restrictions. |
| NotFound | The specified content type was not found. |
| Success | The operation completed successfully. |