SearchIndexSiteInfoProviderGetIndexSiteInfosFromIndexesInternal Method |
Returns object query with search index site bindings for the specified indexes.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax protected virtual ObjectQuery<SearchIndexSiteInfo> GetIndexSiteInfosFromIndexesInternal(
params int[] searchIndexIds
)
Parameters
- searchIndexIds
- Type: SystemInt32
Search index IDs
Return Value
Type:
ObjectQuerySearchIndexSiteInfoDataset with results
See Also