Discuss this help topic in SecureBlackbox Forum
Retrieves the direct web link to the file.
Declaration
[C#]
string GetDirectLink();
[VB.NET]
Function GetDirectLink() As String
[Pascal]
function GetDirectLink : string;
[C++]
void GetDirectLink(std::string &OutResult);
[PHP]
string GetDirectLink()
[Java]
String getDirectLink();
Return value
Returns a URL of the file.
Description
Use this method to fetch the URL that serves the file directly.
Discuss this help topic in SecureBlackbox Forum