Enum ContentTypeImportOperationStatus
Represents the status of a content type import operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum ContentTypeImportOperationStatus
Fields
| Name | Description |
|---|---|
| DocumentTypeExists | A document type with the same alias already exists. |
| IdMismatch | The ID in the import file does not match the target content type ID. |
| SuccessCreated | The import operation completed successfully and created a new content type. |
| SuccessUpdated | The import operation completed successfully and updated an existing content type. |
| TemporaryFileConversionFailure | The temporary file could not be converted to the expected format. |
| TemporaryFileNotFound | The temporary file for import was not found. |
| TypeMismatch | The type in the import file does not match the expected content type. |