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