SearchIndexSiteInfoProviderGetSiteIndexes Method |
Returns all indexes for specified sites.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public static ObjectQuery<SearchIndexInfo> GetSiteIndexes(
params int[] siteIds
)
Parameters
- siteIds
- Type: SystemInt32
Site IDs
Return Value
Type:
ObjectQuerySearchIndexInfoSee Also