IWebDavStoreCollection Items Property WebDAV#
Gets a collection of all the items in this IWebDavStoreCollection.

Namespace: WebDAVSharp.Server.Stores
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IEnumerable<IWebDavStoreItem> Items { get; }

Property Value

Type: IEnumerable IWebDavStoreItem 
The items.
See Also