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

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

The ImportResult type exposes the following members.

Constructors
  NameDescription
Public methodImportResult
Initializes a new instance of the ImportResult class
Top
Properties
  NameDescription
Public propertyFileChunk
Contains data for a file chunk during a big file upload. This data is created on the server of every chunk request.
Public propertyResults
A list with the sequence value of the documents that are not imported.
Top
Methods
  NameDescription
Public methodSetProxy
Sets the HTTP communication proxy which is used in further HTTP communication.
Top
Explicit Interface Implementations
Remarks