WebDavDiskStore ClassWebDAV#
This class implements a disk-based IWebDavStore.
Inheritance Hierarchy
System Object
  WebDAVSharp.Server.Stores.DiskStore WebDavDiskStore

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 WebDavDiskStore : IWebDavStore

The WebDavDiskStore type exposes the following members.

Constructors
  NameDescription
Public methodWebDavDiskStore
Initializes a new instance of the WebDavDiskStore 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyRoot
Gets the root collection of this IWebDavStore.
Public propertyRootPath
Gets the root path for the folder that is hosted in this WebDavDiskStore.
Top
See Also