Click or drag to resize

RefreshLockResult Constructor

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

Namespace:  ITHit.WebDAV.Server.Class2
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public RefreshLockResult(
	LockLevel level,
	bool isDeep,
	TimeSpan timeOut,
	string owner
)

Parameters

level
Type: ITHit.WebDAV.Server.Class2LockLevel
Determines whether lock is shared.
isDeep
Type: SystemBoolean
Indicates whether a lock is enforceable on the subtree.
timeOut
Type: SystemTimeSpan
Timeout value. TimeSpan.MaxValue means 'never'.
owner
Type: SystemString
Principal taking out a lock.
See Also