Click or drag to resize
FileCabinetExtensionsBaseChunkImportArchive Method
Uploads the import package in chunks.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.10 [UNOFFICIAL BUILD]
Syntax
C#
public static ImportResult ChunkImportArchive(
	FileCabinet fileCabinet,
	ImportSettings importSettings,
	IFileUploadInfo file,
	int chunkSize = 0
)

Parameters

fileCabinet
Type: DocuWare.Platform.ServerClientFileCabinet
The file cabinet.
importSettings
Type: DocuWare.Platform.ServerClientImportSettings
The settings of the import.
file
Type: DocuWare.Services.Http.ClientIFileUploadInfo
The file.
chunkSize (Optional)
Type: SystemInt32
Size of the chunk.

Return Value

Type: ImportResult
Returns the result of the import operation.
See Also