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