Creates a new instance and assigns SourceType
Declaration Syntax
C# | Visual Basic | Visual C++ |
public WebsiteBasedIndexableSourceRecord( string webSiteStartUrl, ArrayList pathMatchesToBeIgnoredList, ArrayList pathMatchesToBeIncludedList )
Public Sub New ( _ webSiteStartUrl As String, _ pathMatchesToBeIgnoredList As ArrayList, _ pathMatchesToBeIncludedList As ArrayList _ )
public: WebsiteBasedIndexableSourceRecord( String^ webSiteStartUrl, ArrayList^ pathMatchesToBeIgnoredList, ArrayList^ pathMatchesToBeIncludedList )
Parameters
- webSiteStartUrl (String)
- pathMatchesToBeIgnoredList (ArrayList)
- pathMatchesToBeIncludedList (ArrayList)