LockUriTokenPair Constructor
IT Hit WebDAV Classes Reference
Namespace:
ITHit.WebDAV.Client
Assembly:
ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax public LockUriTokenPair(
Uri href,
string lockToken
)
Public Sub New (
href As Uri,
lockToken As String
)
public:
LockUriTokenPair(
Uri^ href,
String^ lockToken
)
new :
href : Uri *
lockToken : string -> LockUriTokenPair
Parameters
- href
- Type: SystemUri
Path to the locked file or folder. - lockToken
- Type: SystemString
Lock token.
See Also