Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveAccountInfo.QuotaBytesTotal

TElGoogleDriveAccountInfo     See also     


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


Returns the total user's quota.

Declaration

[C#]
    long QuotaBytesTotal;

[VB.NET]
    Property QuotaBytesTotal As Long

[Pascal]
    property QuotaBytesTotal: Int64;

[C++]
    int64_t get_QuotaBytesTotal();

[PHP]
    integer get_QuotaBytesTotal()

[Java]
    long getQuotaBytesTotal();

Description

    Use this property to get the total number of quota bytes.

See also:     QuotaBytesUsed    

Discuss this help topic in SecureBlackbox Forum