Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveFile.FileSize

TElGoogleDriveFile     See also     


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


Returns the file size in bytes.

Declaration

[C#]
    long FileSize;

[VB.NET]
    Property FileSize As Long

[Pascal]
    property FileSize: Int64;

[C++]
    int64_t get_FileSize();

[PHP]
    integer get_FileSize()

[Java]
    long getFileSize();

Description

    Use this property to get the file size.

See also:     MD5Checksum    

Discuss this help topic in SecureBlackbox Forum