LockInfo Constructor
IT Hit WebDAV Classes Reference
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
)
Public Sub New (
lockScope As LockScope,
deep As Boolean,
owner As String,
timeOut As TimeSpan,
lockToken As LockUriTokenPair
)
public:
LockInfo(
LockScope lockScope,
bool deep,
String^ owner,
TimeSpan timeOut,
LockUriTokenPair^ lockToken
)
new :
lockScope : LockScope *
deep : bool *
owner : string *
timeOut : TimeSpan *
lockToken : LockUriTokenPair -> LockInfo
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