Click or drag to resize

LockInfo Constructor

IT Hit WebDAV Classes Reference
Initializes new instance of LockInfo.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public LockInfo(
	LockScope lockScope,
	bool deep,
	string owner,
	TimeSpan timeOut,
	LockUriTokenPair lockToken
)

Parameters

lockScope
Type: ITHit.WebDAV.ClientLockScope
Scope of the lock.
deep
Type: SystemBoolean
Whether lock is set on item's children.
owner
Type: SystemString
Owner's name.
timeOut
Type: SystemTimeSpan
Timeout until lock expires.
lockToken
Type: ITHit.WebDAV.ClientLockUriTokenPair
Lock token.
See Also