Class BatchDeleteFailedResultItem
Inheritance
System.Object
    BatchDeleteFailedResultItem
  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 BatchDeleteFailedResultItem
  Properties
ErrorMessage
The error message of the failed delete operation.
Declaration
public string ErrorMessage { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Id
The id of the document which failed to be permanently deleted.
Declaration
public string Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |