Click or drag to resize
SettingsKeyInfoProviderSearchSettingsKeyInternal 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: 12.0.0
Syntax
C#
protected virtual bool SearchSettingsKeyInternal(
	SettingsKeyInfo key,
	string searchText,
	bool searchInDescription
)

Parameters

key
Type: CMS.DataEngineSettingsKeyInfo
Key to search
searchText
Type: SystemString
Text to search for
searchInDescription
Type: SystemBoolean
Indicates if the key description should be included in the search

Return Value

Type: Boolean
See Also