Class BatchRestoreFailedResultItem
Inheritance
System.Object
    BatchRestoreFailedResultItem
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class BatchRestoreFailedResultItem
  Properties
ErrorMessage
The error message of the failed restore operation.
Declaration
public string ErrorMessage { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Id
The id of the document which failed to be restored.
Declaration
public string Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |