IWebDavStoreItem
IsCollection Property
WebDAV#
Gets if this
IWebDavStoreItem
is a collection.
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
bool
IsCollection
{
get
; }
bool IsCollection { get; }
Property Value
Type:
Boolean
true
if this instance is collection; otherwise,
false
.
See Also
Reference
IWebDavStoreItem Interface
WebDAVSharp.Server.Stores Namespace