Represents a web-site that will be crawled.
            
| C# | Visual Basic | Visual C++ | 
public class WebSiteBasedSource : IndexableSource
Public Class WebSiteBasedSource _ Inherits IndexableSource
public ref class WebSiteBasedSource : public IndexableSource
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description | 
|---|---|---|
| WebSiteBasedSource(Configuration, WebsiteBasedIndexableSourceRecord) | 
            Instantiates a website based indexable source
              | |
| AddedDocument | 
            Fired when a document has been added to the index.
              (Inherited from IndexableSource.) | |
| AddingDocument | 
            Fired when a document is about to be added
              (Inherited from IndexableSource.) | |
| Cancel()()() | 
            Cancels the crawl
              (Overrides IndexableSource.Cancel()()().) | |
| Cancelled | 
            Whether the import was cancelled.
              (Inherited from IndexableSource.) | |
| Close()()() | 
            Closes the data access
              (Inherited from IndexableSource.) | |
| Configuration | 
            The configuration.
              (Inherited from IndexableSource.) | |
| DataAccess | 
            The data-access layer.
              (Inherited from IndexableSource.) | |
| DiscoverLinkedURLs(ArrayList) | 
            Uses WebSiteSpider.DiscoverLinkURLs to find pages linked to the IndexableSourceRecord.Location
              | |
| Equals(Object) | 
                    Determines whether the specified Object is equal to the current Object.
                  (Inherited from Object.) | |
| Finalize()()() | 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                  (Inherited from Object.) | |
| GetHashCode()()() | 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | |
| GetImportSample(DataSet, Int32, LinkBasedImportSampler..::.InvokeMethod) | 
            Gets a sample of the import data that Import will retrieve.
              (Overrides IndexableSource.GetImportSample(DataSet, Int32, LinkBasedImportSampler..::.InvokeMethod).) | |
| GetType()()() | 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | |
| Import()()() | 
            Imports the records for website based indexable source
              (Overrides IndexableSource.Import()()().) | |
| ImportSampleDataTableColumnsFinalized | 
            Fired when the DataTable used for the import sample has it's columns finalized.
              (Inherited from IndexableSource.) | |
| IndexableSourceRecord | 
            The record representing this source, in the data-access
              (Inherited from IndexableSource.) | |
| ItemsImported | 
            The number of web-pages that have been imported since the last call to Import.
              (Overrides IndexableSource.ItemsImported.) | |
| MemberwiseClone()()() | 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | |
| OnAddedDocument(AddDocumentEventArgs) | 
            Fires the AddedDocument event.
              (Inherited from IndexableSource.) | |
| OnAddingDocument(AddDocumentEventArgs) | 
            Fires the AddingDocument event.
              (Inherited from IndexableSource.) | |
| OnImportSampleDataTableColumnsFinalized(EventArgs) | 
            Raises ImportSampleDataTableColumnsFinalized
              (Inherited from IndexableSource.) | |
| OnReaderExceptionOccurred(ReaderExceptionOccurredEventArgs) | 
            Called whenever a readerException is caught
              (Inherited from IndexableSource.) | |
| Open()()() | 
            Opens the data access
              (Inherited from IndexableSource.) | |
| ReaderExceptionOccurred | Fired whenever the (web) reader encounters a network exception, eg. 404 (this can be useful for identifying dead links)  (Inherited from IndexableSource.) | |
| SetIndexableSourceRecord(IndexableSourceRecord) | 
            Sets record representing this source, in the data-access
              (Inherited from IndexableSource.) | |
| ToString()()() | 
                    Returns a String that represents the current Object.
                  (Inherited from Object.) | 
| Object | ||
| IndexableSource | ||
| WebSiteBasedSource | ||