WebDavDiskStoreDocument ClassWebDAV#
This class implements a disk-based WebDavDiskStoreDocument mapped to a file.
Inheritance Hierarchy

Namespace: WebDAVSharp.Server.Stores.DiskStore
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class WebDavDiskStoreDocument : WebDavDiskStoreItem, 
	IWebDavStoreDocument, IWebDavStoreItem

The WebDavDiskStoreDocument type exposes the following members.

Constructors
  NameDescription
Public methodWebDavDiskStoreDocument
Initializes a new instance of the WebDavDiskStoreDocument class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOpenReadStream
Opens a Stream object for the document, in read-only mode.
Public methodOpenWriteStream
Opens a Stream object for the document, in write-only mode.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCreationDate
Gets the creation date of this IWebDavStoreItem.
(Inherited from WebDavDiskStoreItem.)
Public propertyEtag
Gets the etag of this IWebDavStoreItem.
Public propertyHidden
Gets the hidden state of this IWebDavStoreItem.
(Inherited from WebDavDiskStoreItem.)
Public propertyIsCollection
Gets if this IWebDavStoreItem is a collection.
(Inherited from WebDavDiskStoreItem.)
Public propertyItemPath
Gets the path to this WebDavDiskStoreItem.
(Inherited from WebDavDiskStoreItem.)
Public propertyMimeType
Gets the mime type of this IWebDavStoreItem.
Public propertyModificationDate
Gets the modification date of this IWebDavStoreItem.
(Inherited from WebDavDiskStoreItem.)
Public propertyName
Gets or sets the name of this IWebDavStoreItem.
(Inherited from WebDavDiskStoreItem.)
Public propertyParentCollection
Gets the parent IWebDavStoreCollection that owns this IWebDavStoreItem.
(Inherited from WebDavStoreItemBase.)
Public propertySize
Gets the size of the document in bytes.
Top
See Also