Class BatchDeleteFailedResultItem
Inheritance
System.Object
BatchDeleteFailedResultItem
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class BatchDeleteFailedResultItem : object
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 |