| RestoreFailureReason Enumeration | 
 
            Specifies possible results of a restore operation corresponding to an individual item.
            
 
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
 Syntax
Syntaxpublic enum RestoreFailureReason
Public Enumeration RestoreFailureReason
public enum class RestoreFailureReason
type RestoreFailureReason
 Members
Members|  | Member name | Value | Description | 
|---|
|  | None | -1 | The operation was successful. | 
|  | UnknownFailure | 0 | The operation failed for an unknown reason. | 
|  | Aborted | 1 | No attempt was made to restore the item due to other failures. | 
|  | NotFound | 2 | The item could not be restored because it does not exist. | 
|  | AccessDenied | 3 | The item could not be restored because the caller does not have the necessary privileges. | 
 See Also
See Also