Click or drag to resize
FileCabinetExtensionsBaseChunkUploadSection Method
Replaces the content of a section with the passed file Upload the specified file in chunks.

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

Parameters

section
Type: DocuWare.Platform.ServerClientSection
The section whose content is replaced.
file
Type: DocuWare.Services.Http.ClientIFileUploadInfo
The file.
chunkSize (Optional)
Type: SystemInt32
Size of the chunk.

Return Value

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