Discuss this help topic in SecureBlackbox Forum
Returns the number of downloads of this URL.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum