Click or drag to resize

LockInfo Constructor (LockLevel, Boolean, String, NullableTimeSpan, String, String)

IT Hit WebDAV Classes Reference
Initializes a new instance of the LockInfo class.

Namespace:  ITHit.WebDAV.Server.Class2
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public LockInfo(
	LockLevel level,
	bool isDeep,
	string token,
	Nullable<TimeSpan> timeOut,
	string owner,
	string lockRoot
)

Parameters

level
Type: ITHit.WebDAV.Server.Class2LockLevel
Shared or exclusive.
isDeep
Type: SystemBoolean
Whether the lock is deep.
token
Type: SystemString
Lock token.
timeOut
Type: SystemNullableTimeSpan
Lock timeout.
owner
Type: SystemString
Lock owner.
lockRoot
Type: SystemString
Parent item on which this lock is specified explicitely.
See Also