Click or drag to resize
SearchIndexCultureInfoProviderAddSearchIndexCulture Method

Note: This API is now obsolete.

Adds specified sarchIndex to culture.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ISearchIndexCultureInfoProvider.Add(int, int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - SearchIndexCultureInfo.Provider.")]
public static void AddSearchIndexCulture(
	int indexId,
	int cultureId
)

Parameters

indexId
Type: SystemInt32
SearchIndex id
cultureId
Type: SystemInt32
Culture id
See Also