Class ImportEntryVersion
Defines the result of the imported archive.
Inheritance
System.Object
ImportEntryVersion
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ImportEntryVersion : object
Properties
Id
Gets or sets the error message if the import operation fails.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Status
Gets or sets the status of the document.
Declaration
public ImportEntryVersionStatus Status { get; set; }
Property Value
Type | Description |
---|---|
ImportEntryVersionStatus |