Discuss this help topic in SecureBlackbox Forum

TElWebDAVLockList.Clone

TElWebDAVLockList     See also     


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


Clones the lock list.

Declaration

[C#]
    TElWebDAVLockList Clone();

[VB.NET]
    Function Clone() As TElWebDAVLockList

[Pascal]
    function Clone : TElWebDAVLockList;

[C++]
    TElWebDAVLockListHandle Clone();

[PHP]
    TElWebDAVLockList Clone()

[Java]
    TElWebDAVLockList clone();

Return value

    Returns a new lock list that has the same locks as the current list.

Description

    Use this method to create a new lock list with the same locks.

See also:     Merge    

Discuss this help topic in SecureBlackbox Forum