IWebDavStore Root Property WebDAV#
Gets the root collection of this IWebDavStore.

Namespace: WebDAVSharp.Server.Stores
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IWebDavStoreCollection Root { get; }

Property Value

Type: IWebDavStoreCollection
The root.
See Also