Click or drag to resize

WindowsSearch Constructor

Initializes a new instance of the WindowsSearch class

Namespace:  Dynamicweb.WeightedSearch
Assembly:  Dynamicweb.WeightedSearch (in Dynamicweb.WeightedSearch.dll) Version: 2.0.2
Syntax
public WindowsSearch(
	int weightTitle,
	int weightText,
	string filesCatalog,
	string folderToStart,
	string filesExtensions,
	bool useFilenameAsTitle,
	bool searchInFolderOnly,
	Func<string, string> prepareText,
	Func<string, string, int> countWord
)

Parameters

weightTitle
Type: SystemInt32
weightText
Type: SystemInt32
filesCatalog
Type: SystemString
folderToStart
Type: SystemString
filesExtensions
Type: SystemString
useFilenameAsTitle
Type: SystemBoolean
searchInFolderOnly
Type: SystemBoolean
prepareText
Type: SystemFuncString, String
countWord
Type: SystemFuncString, String, Int32
See Also