Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.Size

TElDropboxDataStorageObject     See also     


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


The file size in bytes.

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

    Contains the size of the file in bytes.

See also:     SizeStr    

Discuss this help topic in SecureBlackbox Forum