SearchIndexSiteInfoProviderGetSiteIndexesInternal Method |
Returns object query with all search indexes for specified sites.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax protected virtual ObjectQuery<SearchIndexInfo> GetSiteIndexesInternal(
params int[] siteIds
)
Parameters
- siteIds
- Type: SystemInt32
Site IDs
Return Value
Type:
ObjectQuerySearchIndexInfoSee Also