Click or drag to resize
EasyFileUploadExtensionsBaseEasyImportArchiveAsync Method
Imports asynchronously 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 Task<DeserializedHttpResponse<ImportResult>> EasyImportArchiveAsync(
	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: TaskDeserializedHttpResponseImportResult
Returns the result of the import operation
See Also