Click or drag to resize

AppFacadeMatchSearchString Method

Matches a number of search words against this app.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public int MatchSearchString(
	string[] searchTokens
)

Parameters

searchTokens
Type: SystemString
A number of already normalized search words.

Return Value

Type: Int32
A number decribing the match. If it is 0, the search did not match. Otherwise it can be used to sort the matches for relevance.
See Also