Discuss this help topic in SecureBlackbox Forum

TElBoxSharedLink.DownloadCount

TElBoxSharedLink     See also     


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


Returns the number of downloads of this URL.

Declaration

[C#]
    long DownloadCount;

[VB.NET]
    Property DownloadCount As Long

[Pascal]
    property DownloadCount: Int64;

[C++]
    int64_t get_DownloadCount();

[PHP]
    integer get_DownloadCount()

[Java]
    long getDownloadCount();

Description

    Use this property to check the number of downloads of this URL.

See also:     DownloadURL    

Discuss this help topic in SecureBlackbox Forum