Click or drag to resize
SettingsKeyInfoProvider.SearchSettingsKey Method
Searches display name and description of the specified key for the specified text. The display name and description are localized and HTML encoded prior to searching.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public static bool SearchSettingsKey(
	SettingsKeyInfo key,
	string searchText,
	bool searchInDescription
)

Parameters

key
Type: CMS.DataEngine.SettingsKeyInfo
Key to search
searchText
Type: System.String
Text to search for
searchInDescription
Type: System.Boolean
Indicates if the key description should be included in the search

Return Value

Type: Boolean
See Also