IWebDavStoreItem ParentCollection Property WebDAV#
Gets the parent IWebDavStoreCollection that owns this IWebDavStoreItem.

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

Property Value

Type: IWebDavStoreCollection
The parent collection.
See Also