Discuss this help topic in SecureBlackbox Forum

TElWebDAVLock.CompatibleWith

TElWebDAVLock     See also     


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


Checks if two locks are compatible.

Declaration

[C#]
    bool CompatibleWith(TElWebDAVLock Lock);

[VB.NET]
    Function CompatibleWith(ByVal Lock As TElWebDAVLock) As Boolean

[Pascal]
    function CompatibleWith(const Lock : TElWebDAVLock) : boolean;

[C++]
    bool CompatibleWith(const TElWebDAVLock &Lock);
    bool CompatibleWith(const TElWebDAVLock *Lock);

[PHP]
    bool CompatibleWith(TElWebDAVLock $Lock)

[Java]
    boolean compatibleWith(TElWebDAVLock Lock);

Parameters

  • Lock - the lock to be checked for compatibility.

Return value

    Returns True if the given lock is compatible with the current one.

Description

    Use this method to check locks for compatibility.

See also:     ConflictsWith    

Discuss this help topic in SecureBlackbox Forum