This class implements a disk-based WebDavDiskStoreDocument mapped to a file.
System Object
WebDAVSharp.Server.Stores.BaseClasses WebDavStoreItemBase
WebDAVSharp.Server.Stores.DiskStore WebDavDiskStoreItem
WebDAVSharp.Server.Stores.DiskStore WebDavDiskStoreDocument
Namespace: WebDAVSharp.Server.Stores.DiskStoreWebDAVSharp.Server.Stores.BaseClasses WebDavStoreItemBase
WebDAVSharp.Server.Stores.DiskStore WebDavDiskStoreItem
WebDAVSharp.Server.Stores.DiskStore WebDavDiskStoreDocument
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
The WebDavDiskStoreDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| WebDavDiskStoreDocument |
Initializes a new instance of the WebDavDiskStoreDocument class.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| OpenReadStream |
Opens a Stream object for the document, in read-only mode.
| |
| OpenWriteStream |
Opens a Stream object for the document, in write-only mode.
| |
| 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.) | |
| Etag |
Gets the etag of this IWebDavStoreItem.
| |
| 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.) | |
| MimeType |
Gets the mime type of this IWebDavStoreItem.
| |
| 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.) | |
| Size |
Gets the size of the document in bytes.
|