Click or drag to resize
SavedElementSearchQueryList.FindMatches Method
Finds the saved element searches which match with the specified parameters

Namespace: SD.LLBLGen.Pro.ApplicationCore.Search
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public IEnumerable<SavedElementSearchQuery> FindMatches(
	string language,
	SearchableElementType elementType
)

Parameters

language
Type: System.String
The language.
elementType
Type: SD.LLBLGen.Pro.ApplicationCore.SearchableElementType
Type of the element.

Return Value

Type: IEnumerable<SavedElementSearchQuery>
See Also