Uses WebSiteSpider.DiscoverLinkURLs to find pages linked to the IndexableSourceRecord.Location
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public void DiscoverLinkedURLs( ArrayList newLinks )
Public Sub DiscoverLinkedURLs ( _ newLinks As ArrayList _ )
public: void DiscoverLinkedURLs( ArrayList^ newLinks )
 Parameters
 Parameters- newLinks (ArrayList)
- List that found link URL strings are added to.