IronWebScraper - The C# Web Scraping Library
WebScraperUnScrape Method (Boolean) |
Retrieves IronWebScraper.ScrapedData objects which were saved using the WebScraper.Scrape method.
Namespace: IronWebScraper
Assembly: IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)

public IEnumerable<ScrapedData> UnScrape( bool IgnoreErrors )
Public Function UnScrape ( IgnoreErrors As Boolean ) As IEnumerable(Of ScrapedData)
Parameters
- IgnoreErrors
- Type: SystemBoolean
if set to true any objects that cant be cast to the specified Type T will be ignored..
Return Value
Type: IEnumerableScrapedData