This interface must be implemented by classes that will function as a store document.
Namespace: WebDAVSharp.Server.StoresAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The IWebDavStoreDocument type exposes the following members.
Methods
Name | Description | |
---|---|---|
OpenReadStream |
Opens a Stream object for the document, in read-only mode.
| |
OpenWriteStream |
Opens a Stream object for the document, in write-only mode.
|
Properties
Name | Description | |
---|---|---|
CreationDate |
Gets the creation date of this IWebDavStoreItem.
(Inherited from IWebDavStoreItem.) | |
Etag |
Gets the etag of this 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.) | |
MimeType |
Gets the mime type of IWebDavStoreItem.
| |
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.) | |
Size |
Gets the size of the document in bytes.
|
See Also