This interface must be implemented by classes that operate as document collections in a store.
Namespace: WebDAVSharp.Server.StoresAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The IWebDavStoreCollection type exposes the following members.
Methods
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.
| |
GetItemByName |
Retrieves a store item by its name.
| |
MoveItemHere |
Moves an existing store item into this collection, overwriting any existing items.
|
Properties
Name | Description | |
---|---|---|
CreationDate |
Gets the creation date of this IWebDavStoreItem.
(Inherited from IWebDavStoreItem.) | |
Hidden |
Gets the hidden state of this IWebDavStoreItem.
(Inherited from IWebDavStoreItem.) | |
IsCollection |
Gets if this IWebDavStoreItem is a collection.
(Inherited from IWebDavStoreItem.) | |
ItemPath |
Gets the ItemPath of this IWebDavStoreItem.
(Inherited from IWebDavStoreItem.) | |
Items |
Gets a collection of all the items in this IWebDavStoreCollection.
| |
ModificationDate |
Gets the modification date of this IWebDavStoreItem.
(Inherited from IWebDavStoreItem.) | |
Name |
Gets or sets the name of this IWebDavStoreItem.
(Inherited from IWebDavStoreItem.) | |
ParentCollection |
Gets the parent IWebDavStoreCollection that owns this IWebDavStoreItem.
(Inherited from IWebDavStoreItem.) |
See Also