WebDavDiskStore RootPath Property WebDAV#
Gets the root path for the folder that is hosted in this WebDavDiskStore.

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

Property Value

Type: String
The root path.
See Also