Click or drag to resize

LockUriTokenPair Constructor

IT Hit WebDAV Classes Reference
Initializes new instance of LockUriTokenPair.

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
)

Parameters

href
Type: SystemUri
Path to the locked file or folder.
lockToken
Type: SystemString
Lock token.
See Also