Click or drag to resize
ISearchIndexSiteInfoProviderGet Method (Int32, Int32)
Gets an instance of the SearchIndexSiteInfo binding structure.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
SearchIndexSiteInfo Get(
	int searchIndexId,
	int siteId
)

Parameters

searchIndexId
Type: SystemInt32
Search index ID.
siteId
Type: SystemInt32
Site ID.

Return Value

Type: SearchIndexSiteInfo
Returns an instance of SearchIndexSiteInfo corresponding to given identifiers or null.
See Also