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

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

Property Value

Type: IWebDavStoreCollection

Implements

IWebDavStore Root
See Also