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
C#
VB
C++
F#
Copy to Clipboard
Print
IEnumerable
<
IWebDavStoreItem
>
Items
{
get
; }
IEnumerable<IWebDavStoreItem> Items { get; }
Property Value
Type:
IEnumerable
IWebDavStoreItem
The items.
See Also
Reference
IWebDavStoreCollection Interface
WebDAVSharp.Server.Stores Namespace