SearchIndexInfoProviderGetLocalizedSearchIndexInfo Method |
Returns the SearchIndexInfo structure for the specified searchIndex. If localized SearchIndex found, then
it is returned insted of regular one.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax public static SearchIndexInfo GetLocalizedSearchIndexInfo(
string searchIndexName,
string culture
)
Parameters
- searchIndexName
- Type: SystemString
SearchIndex name - culture
- Type: SystemString
Culture code
Return Value
Type:
SearchIndexInfoSee Also