Click or drag to resize
SavedElementSearchQueryListFindMatch Method
returns the first saved element search query which matches 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 SavedElementSearchQuery FindMatch(
	string name,
	string language,
	SearchableElementType elementType
)

Parameters

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

Return Value

Type: SavedElementSearchQuery
See Also