SearchIndexSiteInfoProviderGetSearchIndexSiteInfoInternal Method |
Returns the SearchIndexSiteInfo structure for the specified index and site.
Null if binding doesn't exist.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax protected virtual SearchIndexSiteInfo GetSearchIndexSiteInfoInternal(
int indexId,
int siteId
)
Parameters
- indexId
- Type: SystemInt32
Search index ID - siteId
- Type: SystemInt32
Site ID
Return Value
Type:
SearchIndexSiteInfoSee Also