Interface IChunkable
An interface for items which can be uploaded in chunks.
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public interface IChunkable
  Properties
FileChunk
Gets the file chunk.
Declaration
UploadedFileChunk FileChunk { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadedFileChunk | The file chunk.  |