| SearchIndexInfoProviderGetSearchIndexSites Method  | 
            Returns all sites for specified search index.
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntaxpublic static InfoDataSet<SiteInfo> GetSearchIndexSites(
	int searchIndexId
)
Parameters
- searchIndexId
 - Type: SystemInt32
Search index id 
Return Value
Type: 
InfoDataSetSiteInfo
See Also