Click or drag to resize
SearchIndexInfoProviderGetLocalizedSearchIndexInfo Method
Returns the SearchIndexInfo structure for the specified searchIndex. If localized SearchIndex found, then it is returned insted of regular one.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static SearchIndexInfo GetLocalizedSearchIndexInfo(
	string searchIndexName,
	string culture
)

Parameters

searchIndexName
Type: SystemString
SearchIndex name
culture
Type: SystemString
Culture code

Return Value

Type: SearchIndexInfo
See Also