Discuss this help topic in SecureBlackbox Forum

TElWebDAVObjectList.Objects

TElWebDAVObjectList     See also     


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


Provides access to the elements of the list.

Declaration

[C#]
    TElWebDAVStorageObject Objects[int Index];

[VB.NET]
    Property Objects(ByVal Index As Integer) As TElWebDAVStorageObject

[Pascal]
    property Objects[Index : integer] : TElWebDAVStorageObject;

[C++]
    TElWebDAVStorageObject* get_Objects(int32_t Index);

[PHP]
    TElWebDAVStorageObject get_Objects(integer $Index)

[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.

Description

    Use this property to access individual objects from the list.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum