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