Click or drag to resize
SearchIndexSiteInfoProviderGet 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#
public virtual 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.

Implements

ISearchIndexSiteInfoProviderGet(Int32, Int32)
See Also