Click or drag to resize

IHierarchyItem.SupportedLock Property

IT Hit WebDAV Classes Reference
Lock types supported by the item.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
LockScope[] SupportedLock { get; }

Property Value

Type:LockScope[]
Array of supported lock types.
Remarks
Empty array is returned if item does not support any locks.
See Also