Click or drag to resize

IItemContentAsync Methods

IT Hit WebDAV Classes Reference

The IItemContentAsync 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 methodGetReadStreamAsync(Int64, Int64)
Loads part of the 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 methodCode exampleGetReadStreamAsync(Int64, Int64, String)
Loads part of the content of the file from WebDAV server using eTag to ensure the content is up-to-date.
Public methodCode exampleGetWriteStreamAsync(Int64)
Saves file's content to WebDAV server.
Public methodCode exampleGetWriteStreamAsync(String, Int64)
Saves file's content to WebDAV server.
Public methodCode exampleGetWriteStreamAsync(String, Int64, String)
Saves files's content to WebDAV server.
Public methodCode exampleUploadAsync(String)
Uploads content of a file specified by filename to the server
Public methodCode exampleUploadAsync(String, String)
Uploads content of a file specified by filename to the server
Top
See Also