Click or drag to resize
SearchIndexSiteInfoProviderGetSearchIndexSiteInfoInternal Method
Returns the SearchIndexSiteInfo structure for the specified index and site. Null if binding doesn't exist.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
protected virtual SearchIndexSiteInfo GetSearchIndexSiteInfoInternal(
	int indexId,
	int siteId
)

Parameters

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

Return Value

Type: SearchIndexSiteInfo
See Also