Click or drag to resize
FileCabinetExtensionsBaseChunkImportArchive Method
Upload the specified document in chunks.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
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
The uploaded document's metadata.
See Also