Click or drag to resize

AppIndexFacadeSearch Method (String)

Searches for apps with a search string. The search string is split into words by space. Words in double quotes are kept whole.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public AppSearchMatch[] Search(
	string searchString
)

Parameters

searchString
Type: SystemString
The search string.

Return Value

Type: AppSearchMatch
An array of matches with a matching score > 0.
See Also