Discuss this help topic in SecureBlackbox Forum
Returns download URL for the data.
Declaration
[VB.NET]
Property DownloadURL As String
[Pascal]
property DownloadURL: string;
[C++]
void get_DownloadURL(std::string &OutResult);
[PHP]
string get_DownloadURL()
[Java]
String getDownloadURL();
Description
Use this property to get the direct download URL.
Discuss this help topic in SecureBlackbox Forum