Discuss this help topic in SecureBlackbox Forum

TElWebDAVCustomLockList.Find

TElWebDAVCustomLockList     See also     


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


Searches for the lock by lock token.

Declaration

[C#]
    TElWebDAVLock Find(string Token);

[VB.NET]
    Function Find(ByVal Token As String) As TElWebDAVLock

[Pascal]
    function Find(const Token : string) : TElWebDAVLock; virtual;

[C++]
    TElWebDAVLockHandle Find(const std::string &Token);

[PHP]
    TElWebDAVLock Find(string $Token)

[Java]
    TElWebDAVLock find(String Token);

Parameters

  • Token - the lock token to search for.

Return value

    Returns the lock with the desired lock token.

Description

    Use this method to search list elements by lock token.

See also:     FindAll     FindClose     FindFirst     FindNext    

Discuss this help topic in SecureBlackbox Forum