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