IWebDavStoreDocument InterfaceWebDAV#
This interface must be implemented by classes that will function as a store document.

Namespace: WebDAVSharp.Server.Stores
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IWebDavStoreDocument : IWebDavStoreItem

The IWebDavStoreDocument type exposes the following members.

Methods
  NameDescription
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.
Top
Properties
  NameDescription
Public propertyCreationDate
Gets the creation date of this IWebDavStoreItem.
(Inherited from IWebDavStoreItem.)
Public propertyEtag
Gets the etag of this IWebDavStoreItem.
Public propertyHidden
Gets the hidden state of this IWebDavStoreItem.
(Inherited from IWebDavStoreItem.)
Public propertyIsCollection
Gets if this IWebDavStoreItem is a collection.
(Inherited from IWebDavStoreItem.)
Public propertyItemPath
Gets the ItemPath of this IWebDavStoreItem.
(Inherited from IWebDavStoreItem.)
Public propertyMimeType
Gets the mime type of IWebDavStoreItem.
Public propertyModificationDate
Gets the modification date of this IWebDavStoreItem.
(Inherited from IWebDavStoreItem.)
Public propertyName
Gets or sets the name of this IWebDavStoreItem.
(Inherited from IWebDavStoreItem.)
Public propertyParentCollection
Gets the parent IWebDavStoreCollection that owns this IWebDavStoreItem.
(Inherited from IWebDavStoreItem.)
Public propertySize
Gets the size of the document in bytes.
Top
See Also