SearchIndexCultureInfoProviderDeleteSearchIndexCultureInfo Method (Int32, Int32) |
Deletes specified searchIndexCulture.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax public static void DeleteSearchIndexCultureInfo(
int indexId,
int cultureId
)
Parameters
- indexId
- Type: SystemInt32
SearchIndex id - cultureId
- Type: SystemInt32
Culture id
See Also