LockInfo Constructor 

IT Hit WebDAV for .NET

Initializes new instance of LockInfo.

[Visual Basic]
Public Sub New( _
   ByVal lockScope As LockScope, _
   ByVal deep As Boolean, _
   ByVal owner As String, _
   ByVal timeOut As TimeSpan, _
   ByVal lockToken As LockUriTokenPair _
)
[C#]
public LockInfo(
   LockScope lockScope,
   bool deep,
   string owner,
   TimeSpan timeOut,
   LockUriTokenPair lockToken
);

Parameters

lockScope
Scope of the lock.
deep
Whether lock is set on item's children.
owner
Owner's name.
timeOut
Timeout until lock expires.
lockToken
Lock token.

See Also

LockInfo Class | ITHit.WebDAV.Client Namespace