Click or drag to resize

IItemContent Methods

IT Hit WebDAV Classes Reference

The IItemContent type exposes the following members.

Methods
  NameDescription
Public methodCode exampleDownloadAsync
Downloads content of the file to a file specified by filename.
Public methodCode exampleGetReadStreamAsync
Loads content of the file from WebDAV server.
Public methodCode exampleGetReadStreamAsync(Int64, Int64, DateTime)
Loads part of the content of the file from WebDAV server using lastModifiedUtc to ensure the content is up-to-date.
Public methodGetReadStreamAsync(Int64, Int64, IDictionaryString, String, CancellationToken)
Loads part of the content of the file from WebDAV server.
Public methodCode exampleGetReadStreamAsync(Int64, Int64, String, IDictionaryString, String, CancellationToken)
Loads part of the content of the file from WebDAV server using eTag to ensure the content is up-to-date.
Public methodCode exampleUploadAsync(String, LockUriTokenPair, IDictionaryString, String, CancellationToken)
Uploads content of a file specified by filename to the server.
Public methodCode exampleUploadAsync(FuncStream, Task, Int64, LockUriTokenPair, IDictionaryString, String, CancellationToken)
Uploads content of a file specified by function onStreamAvailable to the server.
Top
See Also