Class ITHit.WebDAV.Client.LockInfo


class ITHit.WebDAV.Client.LockInfo
Information about lock set on an item.
Defined in ITHitWebDAVClient.js

Property Summary
Boolean Deep
Whether lock is set on item's children.
String Owner
Owner's name.
Integer TimeOut
Timeout until lock expires.

Constructor Summary
LockInfo(ITHit.WebDAV.Client.LockScope oLockScope, Boolean bDeep, String sOwner, Integer iTimeOut, ITHit.WebDAV.Client.LockUriTokenPair oLockToken)
Initializes new instance of LockInfo.

Property Details

property Boolean Deep

Whether lock is set on item's children.

property ITHit.WebDAV.Client.LockScope LockScope

Scope of the lock.

property ITHit.WebDAV.Client.LockUriTokenPair LockToken

Lock token.

property String Owner

Owner's name.

property Integer TimeOut

Timeout until lock expires.

Constructor Details

constructor LockInfo

LockInfo(ITHit.WebDAV.Client.LockScope oLockScope, Boolean bDeep, String sOwner, Integer iTimeOut, ITHit.WebDAV.Client.LockUriTokenPair oLockToken)
Initializes new instance of LockInfo.
Parameters:
oLockScope Scope of the lock.
bDeep Whether lock is set on item's children.
sOwner Owner's name.
iTimeOut Timeout until lock expires.
oLockToken Lock token.