Click or drag to resize
SearchIndexSiteInfoProviderGetIndexSiteInfosFromSitesInternal Method
Returns object query with search index site bindings for the specified sites.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<SearchIndexSiteInfo> GetIndexSiteInfosFromSitesInternal(
	params int[] siteIds
)

Parameters

siteIds
Type: SystemInt32
Site IDs

Return Value

Type: ObjectQuerySearchIndexSiteInfo
Dataset with results
See Also