Class ITHit.WebDAV.Client.LockUriTokenPair


class ITHit.WebDAV.Client.LockUriTokenPair
Represents pair of resource(folder) uri - lock token. Is used to access locked resources.
Defined in ITHitWebDAVClient.js

Property Summary
String Href
Path to the locked resource(folder).
String LockToken
Lock token.

Constructor Summary
LockUriTokenPair(String sHref, String sLockToken)
Initializes new instance of LockUriTokenPair.

Property Details

property String Href

Path to the locked resource(folder).

property String LockToken

Lock token.

Constructor Details

constructor LockUriTokenPair

LockUriTokenPair(String sHref, String sLockToken)
Initializes new instance of LockUriTokenPair.
Parameters:
sHref Path to the locked resource(folder).
sLockToken Lock token.
Throws:
ITHit.Exceptions.ArgumentNullExceptionWhether sHref is null or sLockScope is null or empty.