Keyoti SearchUnit API Docs
WebsiteBasedIndexableSourceRecord Constructor (webSiteStartUrl, pathMatchesToBeIgnoredList, pathMatchesToBeIncludedList)
API DocumentationKeyoti.SearchEngine.DataAccess.IndexableSourceRecordsWebsiteBasedIndexableSourceRecordWebsiteBasedIndexableSourceRecord(String, ArrayList, ArrayList)
Keyoti SearchUnit v6
Creates a new instance and assigns SourceType
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public WebsiteBasedIndexableSourceRecord(
	string webSiteStartUrl,
	ArrayList pathMatchesToBeIgnoredList,
	ArrayList pathMatchesToBeIncludedList
)
public WebsiteBasedIndexableSourceRecord(
	string webSiteStartUrl,
	ArrayList pathMatchesToBeIgnoredList,
	ArrayList pathMatchesToBeIncludedList
)
Public Sub New ( 
	webSiteStartUrl As String,
	pathMatchesToBeIgnoredList As ArrayList,
	pathMatchesToBeIncludedList As ArrayList
)
Public Sub New ( 
	webSiteStartUrl As String,
	pathMatchesToBeIgnoredList As ArrayList,
	pathMatchesToBeIncludedList As ArrayList
)
public:
WebsiteBasedIndexableSourceRecord(
	String^ webSiteStartUrl, 
	ArrayList^ pathMatchesToBeIgnoredList, 
	ArrayList^ pathMatchesToBeIncludedList
)
public:
WebsiteBasedIndexableSourceRecord(
	String^ webSiteStartUrl, 
	ArrayList^ pathMatchesToBeIgnoredList, 
	ArrayList^ pathMatchesToBeIncludedList
)
new : 
        webSiteStartUrl : string * 
        pathMatchesToBeIgnoredList : ArrayList * 
        pathMatchesToBeIncludedList : ArrayList -> WebsiteBasedIndexableSourceRecord
new : 
        webSiteStartUrl : string * 
        pathMatchesToBeIgnoredList : ArrayList * 
        pathMatchesToBeIncludedList : ArrayList -> WebsiteBasedIndexableSourceRecord
Parameters
webSiteStartUrl (String)
pathMatchesToBeIgnoredList (ArrayList)
pathMatchesToBeIncludedList (ArrayList)

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120