Discuss this help topic in SecureBlackbox Forum

TElWebDAVCustomLockList.Locks

TElWebDAVCustomLockList     See also     


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


Provides access to individual locks.

Declaration

[C#]
    TElWebDAVLock Locks[int Index];

[VB.NET]
    Property Locks(ByVal Index As Integer) As TElWebDAVLock

[Pascal]
    property Locks[Index : integer] : TElWebDAVLock;

[C++]
    TElWebDAVLock* get_Locks(int32_t Idx);

[PHP]
    TElWebDAVLock get_Locks(integer $Idx)

[Java]
    not available

Parameters

  • Index - the index of the desired item in the list. The first item has Index=0, the second has Index=1, and so on.
  • Idx -

Description

    Use this property to access the individual locks from the list.

See also:     Count     Add     Remove    

Discuss this help topic in SecureBlackbox Forum