Click or drag to resize
SavedElementSearchQueryListSave Method
Saves the query specified with the aspects specified to this list and returns its instance. If there's a match with an existing query the query text of that query is updated, otherwise a new one is created. The query altered is returned.

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 Save(
	string name,
	string language,
	SearchableElementType elementType,
	string queryText
)

Parameters

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

Return Value

Type: SavedElementSearchQuery
See Also