[This is preliminary documentation and is subject to change.]
The WebDAV Directory type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| WebDAV Directory | Initializes a new instance of the WebDAV Directory 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 | ||
| 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 | ||
| NavigatePath |
Tries to navigate path and returns destination directory, file or null if its not found
| |
| Refresh |
Refreshes the internal status of the directory by purging all cached objects
| |
| ToString | (Inherited from WebDAV Item.) |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| AbsolutePath |
Returns absolute path for this item
(Inherited from WebDAV Item.) | |
| Children |
Lists subitems contained in this remote Dav directory. Items are fetched lazily and then cached until Refresh() is called
| |
| Client | (Inherited from WebDAV Item.) | |
| ContentType |
Returns content type (e.g. 'text/plainutf-8')
(Inherited from WebDAV Item.) | |
| CreationDate | (Inherited from WebDAV Item.) | |
| Directories |
Lists subdirectories of this directory
| |
| Files |
Lists files contained in this directory
| |
| Item |
Gets an item contained in this directory by name be it file or directory. Returns NULL if item with such name does not exist
| |
| 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.) | |
| Version | (Inherited from WebDAV Item.) |
See Also