Click or drag to resize
SearchIndexSiteInfoProviderGetSearchIndexSiteInfo Method
Returns search index site binding structure for the specified index and site.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static SearchIndexSiteInfo GetSearchIndexSiteInfo(
	int indexId,
	int siteId
)

Parameters

indexId
Type: SystemInt32
Search index ID
siteId
Type: SystemInt32
Site ID

Return Value

Type: SearchIndexSiteInfo
See Also