Click or drag to resize
FileCabinetExtensionsBaseChunkAddSection Method
Adds a section to a document using chunked upload.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
public static Section ChunkAddSection(
	Document document,
	IFileUploadInfo file,
	int chunkSize = 0
)

Parameters

document
Type: DocuWare.Platform.ServerClientDocument
The document.
file
Type: DocuWare.Services.Http.ClientIFileUploadInfo
The file.
chunkSize (Optional)
Type: SystemInt32
Size of the chunk in bytes.

Return Value

Type: Section
The new section's metadata.
See Also