Click or drag to resize
FileCabinetExtensionsBaseImportArchive Method
Imports an archive in Docuware.

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

Parameters

fileCabinet
Type: DocuWare.Platform.ServerClientFileCabinet
The file cabinet in which the document will be imported.
settings
Type: DocuWare.Platform.ServerClientImportSettings
The settings of the import.
file
Type: DocuWare.Services.Http.ClientIFileUploadInfo
The file which represnets the archive.

Return Value

Type: ImportResult
Returns an import result information.
See Also