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