Discuss this help topic in SecureBlackbox Forum

TElWebDAVLock.BeginUse

TElWebDAVLock     See also     


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


Activates the lock.

Declaration

[C#]
    bool BeginUse();

[VB.NET]
    Function BeginUse() As Boolean

[Pascal]
    function BeginUse : boolean;

[C++]
    bool BeginUse();

[PHP]
    bool BeginUse()

[Java]
    boolean beginUse();

Return value

    Returns True on success, and False otherwise (e.g., when the lock was active before calling the BeginUse).

Description

    Use this method to activate the lock.

See also:     EndUse     InUse    

Discuss this help topic in SecureBlackbox Forum