Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveAccountInfo.QuotaBytesUsedInTrash

TElGoogleDriveAccountInfo     See also     


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


Returns the number of quota bytes used by trashed items.

Declaration

[C#]
    long QuotaBytesUsedInTrash;

[VB.NET]
    Property QuotaBytesUsedInTrash As Long

[Pascal]
    property QuotaBytesUsedInTrash: Int64;

[C++]
    int64_t get_QuotaBytesUsedInTrash();

[PHP]
    integer get_QuotaBytesUsedInTrash()

[Java]
    long getQuotaBytesUsedInTrash();

Description

    Use this property to check the number of quota bytes used by trashed items

See also:     QuotaBytesTotal     QuotaBytesUsed     QuotaBytesUsedAggregate    

Discuss this help topic in SecureBlackbox Forum