IHierarchyItemAsyncSupportedLock 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: 2.0.420.0
SyntaxLockScope[] SupportedLock { get; }
ReadOnly Property SupportedLock As LockScope()
Get
property array<LockScope>^ SupportedLock {
array<LockScope>^ get ();
}
abstract SupportedLock : LockScope[] with get
Property Value
Type:
LockScopeArray of supported lock types.
RemarksEmpty array is returned if item does not support any locks.
See Also