Discuss this help topic in SecureBlackbox Forum

TElWebDAVLock.LocksURL

TElWebDAVLock     See also     


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


Checks if the lock extends on the given URL.

Declaration

[C#]
    bool LocksURL(string URL);

[VB.NET]
    Function LocksURL(ByVal URL As String) As Boolean

[Pascal]
    function LocksURL(const URL : string) : boolean;

[C++]
    bool LocksURL(const std::string &URL);

[PHP]
    bool LocksURL(string $URL)

[Java]
    boolean locksURL(String URL);

Parameters

  • URL - the URL that should be checked.

Return value

    Returns True if the lock extends on the given URL, and False otherwise.

Description

    Use this method to check if the lock extends on the certain URL. If lock depth is zero, the lock extends only on the lock URL itself. If lock depth is bigger than zero, it also extends on the child URLs.

See also:     Depth     URL    

Discuss this help topic in SecureBlackbox Forum