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