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

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

Property Value

Type: IEnumerable IWebDavStoreItem 

Implements

IWebDavStoreCollection Items
Exceptions
ExceptionCondition
WebDavUnauthorizedExceptionIf the user is unauthorized or doesn't have access
See Also