Enum ContentTypeOperationStatus
Represents the status of a content type operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum ContentTypeOperationStatus
Fields
| Name | Description |
|---|---|
| CancelledByNotification | The operation was cancelled by a notification handler. |
| DataTypeNotFound | The specified data type was not found. |
| DuplicateAlias | A content type with the same alias already exists. |
| DuplicateContainer | A container with the same name already exists at this level. |
| DuplicatePropertyTypeAlias | A property type with the same alias already exists on this content type. |
| InvalidAlias | The content type alias is invalid. |
| InvalidComposition | The composition configuration is invalid. |
| InvalidContainerName | The container name is invalid. |
| InvalidContainerType | The container type is invalid for this operation. |
| InvalidElementFlagComparedToParent | The element flag setting is incompatible with the parent content type. |
| InvalidElementFlagDocumentHasContent | Cannot change the element flag because the document type has existing content. |
| InvalidElementFlagElementIsUsedInPropertyEditorConfiguration | Cannot change the element flag because the element type is used in property editor configuration. |
| InvalidInheritance | The inheritance configuration is invalid. |
| InvalidParent | The specified parent content type is invalid. |
| InvalidPropertyTypeAlias | The property type alias is invalid. |
| InvalidSegmentVariationForElementType | Element types cannot vary by segment. |
| InvalidTemplateAlias | The specified template alias is invalid. |
| MissingContainer | The specified container is missing. |
| NameCannotBeEmpty | The content type name cannot be empty. |
| NameTooLong | The content type name exceeds the maximum allowed length. |
| NotAllowed | The operation is not allowed due to permission or structural constraints. |
| NotFound | The specified content type was not found. |
| NotImplemented | |
| PropertyTypeAliasCannotEqualContentTypeAlias | The property type alias cannot be the same as the content type alias. |
| Success | The operation completed successfully. |
| Unknown | An unknown error occurred during the operation. |