Click or drag to resize

IUploadProgressGetUploadProgress Method

IT Hit WebDAV Classes Reference
Gets IEnumerable with items that are being uploaded to this item subtree.

Namespace: ITHit.WebDAV.Server.ResumableUpload
Assembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
Syntax
IEnumerable<IResumableUpload> GetUploadProgress()

Return Value

Type: IEnumerableIResumableUpload
.
Exceptions
ExceptionCondition
DavExceptionIn other cases.
Remarks

Returns IEnumerableT with a single item if implemented on file items. Return all items that are being uploaded to this subtree if implemented on folder items.

Engine calls Path, LastChunkSaved, BytesUploaded, TotalContentLength and returns this information to client.

See Also