'DeclarationPublic Enum ImportResult Inherits System.Enum
public enum ImportResult : System.Enum
'DeclarationPublic Enum ImportResult Inherits System.Enum
public enum ImportResult : System.Enum
| Member | Value | Description |
|---|---|---|
| ImportFailed | 0 | The import failed. |
| ImportSucceeded | 1 | The object was successfully imported, but was not validated or saved. |
| SaveFailed | 4 | The object was imported and validated, but the attempt to save it failed. See ImportedObject.Messages for error messages. |
| SaveSucceeded | 5 | The object was imported, validated, and saved successfully. |
| ValidationFailed | 2 | The object was successfully imported, but validation failed. See ImportedObject.Messages for the validation error messages. |
| ValidationSucceeded | 3 | The object was imported and validation succeeded. The object was not saved. |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.ImportResult