This interface must be implemented by classes that will function as a store item,
which is either a document (
IWebDavStoreDocument) or a
collection of documents (
IWebDavStoreCollection.)
Namespace: WebDAVSharp.Server.StoresAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The IWebDavStoreItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
CreationDate |
Gets the creation date of this IWebDavStoreItem.
| |
Hidden |
Gets the hidden state of this IWebDavStoreItem.
| |
IsCollection |
Gets if this IWebDavStoreItem is a collection.
| |
ItemPath |
Gets the ItemPath of this IWebDavStoreItem.
| |
ModificationDate |
Gets the modification date of this IWebDavStoreItem.
| |
Name |
Gets or sets the name of this IWebDavStoreItem.
| |
ParentCollection |
Gets the parent IWebDavStoreCollection that owns this IWebDavStoreItem.
|
See Also