Discuss this help topic in SecureBlackbox Forum

TElOneDriveFolder.Count

TElOneDriveFolder     See also     


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


The total number of items in the folder.

Declaration

[C#]
    uint Count;

[VB.NET]
    Property Count As UInt32

[Pascal]
    property Count: cardinal;

[C++]
    uint32_t get_Count();

[PHP]
    integer get_Count()

[Java]
    int getCount();

Description

    Use this property to get the total number of objects in the folder.

See also:     List    

Discuss this help topic in SecureBlackbox Forum