Enum TemporaryFileXmlImportOperationStatus
Represents the status of a temporary file XML import operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum TemporaryFileXmlImportOperationStatus
Fields
| Name | Description |
|---|---|
| Success | The operation completed successfully. |
| TemporaryFileNotFound | The operation failed because the temporary file could not be found. |
| UndeterminedEntityType | The operation failed because the entity type could not be determined from the XML content. |