Class ImportResultEntry
Defines the result of the imported archive.
Inheritance
System.Object
ImportResultEntry
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ImportResultEntry : object
Properties
EntryVersions
A list with the sequence value of the documents that are not imported.
Declaration
public List<ImportEntryVersion> EntryVersions { get; set; }
Property Value
Type | Description |
---|---|
List<ImportEntryVersion> |
ErrorMessage
Gets or sets the error message if the import operation fails.
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Gets or sets the status of the document.
Declaration
public ImportEntryStatus Status { get; set; }
Property Value
Type | Description |
---|---|
ImportEntryStatus |