Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.Count

TElDropboxDataStorageObject     See also     


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


Specifies the number of directory entries.

Declaration

[C#]
    int Count;

[VB.NET]
    Property Count As Integer

[Pascal]
    property Count : integer;

[C++]
    int32_t get_Count();

[PHP]
    integer get_Count()

[Java]
    int getCount();

Description

    If the object is a directory (folder), this property returns the number of directory entries.

See also:     Directory     Objects    

Discuss this help topic in SecureBlackbox Forum