Click or drag to resize

IItemContentGetReadStream Method

IT Hit WebDAV Classes Reference
Overload List
  NameDescription
Public methodCode exampleGetReadStream
Loads content of the file from WebDAV server.
Public methodGetReadStream(Int64, Int64)
Loads part of the content of the file from WebDAV server.
Public methodCode exampleGetReadStream(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 exampleGetReadStream(Int64, Int64, String)
Loads part of the content of the file from WebDAV server using eTag to ensure the content is up-to-date.
Top
See Also