Keyoti SearchUnit API Docs
SetImportParameters Method (webStartStartUrl, pathMatchesToBeIgnoredList, pathMatchesToBeIncludedList)
API DocumentationKeyoti.SearchEngine.DataAccess.IndexableSourceRecordsWebsiteBasedIndexableSourceRecordSetImportParameters(String, ArrayList, ArrayList)
Keyoti SearchUnit v6
Sets the data required to perform an import.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public void SetImportParameters(
	string webStartStartUrl,
	ArrayList pathMatchesToBeIgnoredList,
	ArrayList pathMatchesToBeIncludedList
)
public void SetImportParameters(
	string webStartStartUrl,
	ArrayList pathMatchesToBeIgnoredList,
	ArrayList pathMatchesToBeIncludedList
)
Public Sub SetImportParameters ( 
	webStartStartUrl As String,
	pathMatchesToBeIgnoredList As ArrayList,
	pathMatchesToBeIncludedList As ArrayList
)
Public Sub SetImportParameters ( 
	webStartStartUrl As String,
	pathMatchesToBeIgnoredList As ArrayList,
	pathMatchesToBeIncludedList As ArrayList
)
public:
void SetImportParameters(
	String^ webStartStartUrl, 
	ArrayList^ pathMatchesToBeIgnoredList, 
	ArrayList^ pathMatchesToBeIncludedList
)
public:
void SetImportParameters(
	String^ webStartStartUrl, 
	ArrayList^ pathMatchesToBeIgnoredList, 
	ArrayList^ pathMatchesToBeIncludedList
)
member SetImportParameters : 
        webStartStartUrl : string * 
        pathMatchesToBeIgnoredList : ArrayList * 
        pathMatchesToBeIncludedList : ArrayList -> unit 
member SetImportParameters : 
        webStartStartUrl : string * 
        pathMatchesToBeIgnoredList : ArrayList * 
        pathMatchesToBeIncludedList : ArrayList -> unit 
Parameters
webStartStartUrl (String)
pathMatchesToBeIgnoredList (ArrayList)
pathMatchesToBeIncludedList (ArrayList)

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