Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.Objects

TElDropboxDataStorageObject     See also     


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


Provides access to the folder contents.

Declaration

[C#]
    TElDropboxDataStorageObject Objects[int Index];

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

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

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

[PHP]
    TElDropboxDataStorageObject get_Objects(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the desired directory entry.

Description

    If the object is a directory (folder), and its content is listed, this property allows to acces the directory contents.

See also:     Count     Directory     Listed    

Discuss this help topic in SecureBlackbox Forum