Click or drag to resize
ImportResultEntry Class
Defines the result of the imported archive.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientImportResultEntry

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class ImportResultEntry

The ImportResultEntry type exposes the following members.

Constructors
  NameDescription
Public methodImportResultEntry
Initializes a new instance of the ImportResultEntry class
Top
Properties
  NameDescription
Public propertyEntryVersions
A list with the sequence value of the documents that are not imported.
Public propertyErrorMessage
Gets or sets the error message if the import operation fails.
Public propertyStatus
Gets or sets the status of the document.
Top
Remarks