Discuss this help topic in SecureBlackbox Forum
Returns a direct link to the object.
Declaration
[C#]
string WebContentLink;
[VB.NET]
Property WebContentLink As String
[Pascal]
property WebContentLink: string;
[C++]
void get_WebContentLink(std::string &OutResult);
[PHP]
string get_WebContentLink()
[Java]
String getWebContentLink();
Description
Use this property to get object's webContentLink.
This link will allow an unauthorised user to download the file directly in a web browser.
Discuss this help topic in SecureBlackbox Forum