Initializes new instance of LockUriTokenPair.
[Visual Basic]
Public Sub New( _
ByVal
href As
Uri, _
ByVal
lockToken As
String _
)
[C#]
public LockUriTokenPair(
Uri href,
string lockToken);
Parameters
-
href
- Path to the locked resource(folder).
-
lockToken
- Lock token.
See Also
LockUriTokenPair Class | ITHit.WebDAV.Client Namespace