SearchIndexCultureInfoProviderGetSearchIndexCulturesInternal Method |
Returns dataset with all cultures for specified search index.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax protected virtual InfoDataSet<CultureInfo> GetSearchIndexCulturesInternal(
string columns,
string where,
string orderBy,
int topN
)
Parameters
- columns
- Type: SystemString
Columns - where
- Type: SystemString
Where condition - orderBy
- Type: SystemString
Order by - topN
- Type: SystemInt32
TOP N Rows
Return Value
Type:
InfoDataSetCultureInfoSee Also