UploadedFileChunk MembersDocuWare Platform .NET API
The UploadedFileChunk type exposes the following members.
Constructors

  NameDescription
Public methodUploadedFileChunk
Creates a new instance of this class
Back to Top
Methods

  NameDescription
Public methodGetUploadedFileChunkFromNextRelation
Calls the HTTP Get method on the link for the relation “next”.
Public methodGetUploadedFileChunkFromNextRelationAsync
Calls the HTTP Get method on the link for the relation “next” asynchronously.
Back to Top
Properties

  NameDescription
Public propertyBytesWritten
The number of bytes written up to now.
Public propertyFinished
Indicates that the last chunk has been uploaded.
Public propertyLastChunkId
The id of the last uploaded chunk.
Public propertyLinks
Public propertyNextRelationLink
Gets the Uri of the link for the relation “next”.
Back to Top
See Also