Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveFile.Size

TElGoogleDriveFile     


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


Returns the size of this file.

Declaration

[C#]
    long Size;

[VB.NET]
    Property Size As Long

[Pascal]
    property Size: Int64;

[C++]
    int64_t get_Size();

[PHP]
    integer get_Size()

[Java]
    long getSize();

Description

    Use this property to get the size of this file. This is the same as returned by QuotaBytesUsed property.

Discuss this help topic in SecureBlackbox Forum