Click or drag to resize
SavedElementSearchQueryListFindMatches 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.3.0.0 (5.3.0)
Syntax
public IEnumerable<SavedElementSearchQuery> FindMatches(
	string language,
	SearchableElementType elementType
)

Parameters

language
Type: SystemString
The language.
elementType
Type: SD.LLBLGen.Pro.ApplicationCoreSearchableElementType
Type of the element.

Return Value

Type: IEnumerableSavedElementSearchQuery
See Also