| SearchIndexSiteInfoProviderGetSearchIndexSiteInfoInternal Method  | 
            Returns the SearchIndexSiteInfo structure for the specified index and site.
            Null if binding doesn't exist.
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntaxprotected virtual SearchIndexSiteInfo GetSearchIndexSiteInfoInternal(
	int indexId,
	int siteId
)
Parameters
- indexId
 - Type: SystemInt32
Search index ID - siteId
 - Type: SystemInt32
Site ID 
Return Value
Type: 
SearchIndexSiteInfo
See Also