The IItemContent type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | DownloadAsync |
Downloads content of the file to a file specified by filename.
|
![]() ![]() | GetReadStreamAsync |
Loads content of the file from WebDAV server.
|
![]() ![]() | GetReadStreamAsync(Int64, Int64, DateTime) |
Loads part of the content of the file from WebDAV server using lastModifiedUtc
to ensure the content is up-to-date.
|
![]() | GetReadStreamAsync(Int64, Int64, IDictionaryString, String, CancellationToken) |
Loads part of the content of the file from WebDAV server.
|
![]() ![]() | GetReadStreamAsync(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.
|
![]() ![]() | UploadAsync(String, LockUriTokenPair, IDictionaryString, String, CancellationToken) |
Uploads content of a file specified by filename to the server.
|
![]() ![]() | UploadAsync(FuncStream, Task, Int64, LockUriTokenPair, IDictionaryString, String, CancellationToken) |
Uploads content of a file specified by function onStreamAvailable to the server.
|