Click or drag to resize
EasyFileUploadExtensionsBaseEasyImportArchive Method
Imports the specified file into a file cabinet.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
public static ImportResult EasyImportArchive(
	FileCabinet fileCabinet,
	IFileUploadInfo file,
	ImportSettings importSettings
)

Parameters

fileCabinet
Type: DocuWare.Platform.ServerClientFileCabinet
The file cabinet.
file
Type: DocuWare.Services.Http.ClientIFileUploadInfo
The file.
importSettings
Type: DocuWare.Platform.ServerClientImportSettings
The settings of the import.

Return Value

Type: ImportResult
Returns the result of the import operation
Remarks
The document is uploaded as optimal as possible. That is, if the document is small enough it is uploaded with a single request. If the file is large, the upload is done chunkwise.
See Also