Click or drag to resize
DocumentFileChunk Property
Contains data for a file chunk during a big file upload. This data is created on the server of every chunk request.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public UploadedFileChunk FileChunk { get; set; }

Property Value

Type: UploadedFileChunk

Implements

IChunkableFileChunk
See Also