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
)
Public Sub New (
level As LockLevel,
isDeep As Boolean,
timeOut As TimeSpan,
owner As String
)
public:
RefreshLockResult(
LockLevel level,
bool isDeep,
TimeSpan timeOut,
String^ owner
)
new :
level : LockLevel *
isDeep : bool *
timeOut : TimeSpan *
owner : string -> RefreshLockResult
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