IHierarchyItem.SupportedLock Property

IT Hit WebDAV for .NET

Lock types supported by the item.

[Visual Basic]
Property SupportedLock As LockScope()
[C#]
LockScope[] SupportedLock {get;}

Property Value

Array of supported lock types.

Remarks

Empty array is returned if item does not support any locks.

See Also

IHierarchyItem Interface | ITHit.WebDAV.Client Namespace