Discuss this help topic in SecureBlackbox Forum

TElWebDAVLock.Clone

TElWebDAVLock     


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


Clones the lock object.

Declaration

[C#]
    Object Clone();

[VB.NET]
    Function Clone() As Object

[Pascal]
    function Clone : TElWebDAVLock;

[C++]
    TElWebDAVLockHandle Clone();

[PHP]
    TElWebDAVLock Clone()

[Java]
    TObject clone();

Return value

    Returns a new lock object that has the same parameters as the current lock.

Description

    Use this method to create a new lock object with the same parameters.

Discuss this help topic in SecureBlackbox Forum