[This is preliminary documentation and is subject to change.]
The WebDAV File type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| WebDAV File | Initializes a new instance of the WebDAV File class |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) | (Inherited from WebDAV Item.) | |
| Equals(WebDAV Item) | (Inherited from WebDAV Item.) | |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetContent |
Writes contents of the remote file into a stream. No caching is done
| |
| GetHashCode | (Inherited from WebDAV Item.) | |
Gets the (Inherited from | ||
| IsSameName |
Performs case-sensitive name equality test
(Inherited from WebDAV Item.) | |
Creates a shallow copy of the current (Inherited from | ||
| ToString | (Inherited from WebDAV Item.) |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| AbsolutePath |
Returns absolute path for this item
(Inherited from WebDAV Item.) | |
| Client | (Inherited from WebDAV Item.) | |
| ContentType |
Returns content type (e.g. 'text/plainutf-8')
(Inherited from WebDAV Item.) | |
| CreationDate | (Inherited from WebDAV Item.) | |
| LastModificationDate | (Inherited from WebDAV Item.) | |
| Name | (Inherited from WebDAV Item.) | |
| Parent |
Returns parent directory that contains this item or NULL for very root directory
(Inherited from WebDAV Item.) | |
| Path |
Returns path relative to root directory
(Inherited from WebDAV Item.) | |
| Size |
Returns 'ContentLength' of this file
| |
| Version | (Inherited from WebDAV Item.) |
See Also