Enum MemberTypeImportOperationStatus
Represents the status of a member type import operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum MemberTypeImportOperationStatus
Fields
| Name | Description |
|---|---|
| IdMismatch | The identifier in the import data does not match the expected identifier. |
| MemberTypeExists | A member type with the same identifier already exists. |
| SuccessCreated | The member type was successfully created from the import. |
| SuccessUpdated | The member 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 member type. |