Discuss this help topic in SecureBlackbox Forum
Contains the last listed URL.
Declaration
[C#]
string LastListedURL;
[VB.NET]
Property LastListedURL As String
[Pascal]
property LastListedURL : string;
[C++]
void get_LastListedURL(std::string &OutResult);
[PHP]
string get_LastListedURL()
[Java]
String getLastListedURL();
Description
Use this read-only property to get the URL of the resource which content was listed last time.
Discuss this help topic in SecureBlackbox Forum