This class implements a disk-based IWebDavStore that maps to a folder on disk.
System Object
WebDAVSharp.Server.Stores.BaseClasses WebDavStoreItemBase
WebDAVSharp.Server.Stores.DiskStore WebDavDiskStoreItem
WebDAVSharp.Server.Stores.DiskStore WebDavDiskStoreCollection
Namespace: WebDAVSharp.Server.Stores.DiskStoreWebDAVSharp.Server.Stores.BaseClasses WebDavStoreItemBase
WebDAVSharp.Server.Stores.DiskStore WebDavDiskStoreItem
WebDAVSharp.Server.Stores.DiskStore WebDavDiskStoreCollection
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
The WebDavDiskStoreCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| WebDavDiskStoreCollection |
Initializes a new instance of the WebDavDiskStoreCollection class.
|
| Name | Description | |
|---|---|---|
| CopyItemHere |
Copies an existing store item into this collection, overwriting any existing items.
| |
| CreateCollection |
Creates a new collection with the specified name.
| |
| CreateDocument |
Creates a new document with the specified name.
| |
| Delete |
Deletes a store item by its name.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetItemByName |
Retrieves a store item by its name.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MoveItemHere |
Moves an existing store item into this collection, overwriting any existing items.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CreationDate |
Gets the creation date of this IWebDavStoreItem.
(Inherited from WebDavDiskStoreItem.) | |
| Hidden |
Gets the hidden state of this IWebDavStoreItem.
(Inherited from WebDavDiskStoreItem.) | |
| IsCollection |
Gets if this IWebDavStoreItem is a collection.
(Inherited from WebDavDiskStoreItem.) | |
| ItemPath |
Gets the path to this WebDavDiskStoreItem.
(Inherited from WebDavDiskStoreItem.) | |
| Items |
Gets a collection of all the items in this IWebDavStoreCollection.
| |
| ModificationDate |
Gets the modification date of this IWebDavStoreItem.
(Inherited from WebDavDiskStoreItem.) | |
| Name |
Gets or sets the name of this IWebDavStoreItem.
(Inherited from WebDavDiskStoreItem.) | |
| ParentCollection |
Gets the parent IWebDavStoreCollection that owns this IWebDavStoreItem.
(Inherited from WebDavStoreItemBase.) |