Click or drag to resize
SearchIndexSiteInfoProviderGetSearchIndexSiteInfo Method

Note: This API is now obsolete.

Returns search index site binding structure for the specified index and site.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ISearchIndexSiteInfoProvider.Get(int, int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - SearchIndexSiteInfo.Provider.")]
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