Discuss this help topic in SecureBlackbox Forum

TElWebDAVLock Constructor

TElWebDAVLock     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Creates a new instance of TElWebDAVLock class.

Declaration

[C#]
    TElWebDAVLock(string URL, string Owner, TSBWebDAVLockScope Scope, TSBWebDAVDepth Depth, long Timeout, string Token);

[VB.NET]
    Sub New(ByVal URL As String, ByVal Owner As String, ByVal Scope As TSBWebDAVLockScope, ByVal Depth As TSBWebDAVDepth, ByVal Timeout As Long, ByVal Token As String)

[Pascal]
    constructor Create(const URL : string; const Owner : string; const Scope : TSBWebDAVLockScope; const Depth : TSBWebDAVDepth; const Timeout : Int64; const Token : string);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElWebDAVLock(String URL, String Owner, TSBWebDAVLockScope Scope, TSBWebDAVDepth Depth, long Timeout, String Token);
    public TElWebDAVLock();

Parameters

  • URL - specifies the URL of the lock.
  • Owner - specifies the owner of the lock.
  • Scope - the lock scope.
  • Depth - the lock depth.
  • Timeout - the lock timeout.
  • Token - the lock token.

Scope values:

Depth values:

Description

    Use this method to create a new WebDAV lock object.

See also:     Clone    

Discuss this help topic in SecureBlackbox Forum