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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax 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:
BooleanSee Also