Enum MediaTypeImportOperationStatus
Represents the status of a media type import operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum MediaTypeImportOperationStatus
Fields
| Name | Description |
|---|---|
| IdMismatch | The identifier in the import data does not match the expected identifier. |
| MediaTypeExists | A media type with the same identifier already exists. |
| SuccessCreated | The media type was successfully created from the import. |
| SuccessUpdated | The media type was successfully updated from the import. |
| TemporaryFileConversionFailure | The temporary file could not be converted to a valid import format. |
| TemporaryFileNotFound | The temporary file containing the import data was not found. |
| TypeMismatch | The import data contains a type that does not match the expected media type. |