Discuss this help topic in SecureBlackbox Forum

TElWebDAVCustomLockList.FindAll

TElWebDAVCustomLockList     See also     


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


Find all locks with certain URL.

Declaration

[C#]
    ArrayList FindAll(string URL);

[VB.NET]
    Function FindAll(ByVal URL As String) As ArrayList

[Pascal]
    function FindAll(const URL : string) : TList; virtual;

[C++]
    TListHandle FindAll(const std::string &URL);

[PHP]
    TList FindAll(string $URL)

[Java]
    ArrayList findAll(String URL);

Parameters

  • URL - the URL for which the locks should be found.

Return value

    Returns all locks that have the desired URL.

Description

    Use this method to select all locks with the desired URL from the list.

See also:     Find     FindClose     FindFirst     FindNext    

Discuss this help topic in SecureBlackbox Forum