Click or drag to resize
SearchIndexSiteInfoProviderGetSiteIndexBindings Method
Returns search index site bindings for specified sites.

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

Parameters

siteIds
Type: SystemInt32
Site IDs

Return Value

Type: ObjectQuerySearchIndexSiteInfo
See Also