getRedirectToURL
    String scrapeableFileEventData.getRedirectToURL ( )
Description
Returns the RedirectToURL value for the object.
Parameters
This method does not receive any parameters.
Return Values
Returns the RedirectToURL value for the object.
Change Log
| Version | Description | 
|---|---|
| 6.0.55a | Available for all editions. | 
Examples
Get the redirect URL
    public Object handleEvent(EventFireTime fireTime, ScrapeableFileEventData data) {
String url = data.getRedirectToURL();
        
// do something
}
String url = data.getRedirectToURL();
// do something
}
      samt on 03/10/2016 at 5:53 pm
  
    
          
      
- Printer-friendly version
 - Login or register to post comments
 
