ISearchIndexSiteInfoProviderGet Method (Int32, Int32) |
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax SearchIndexSiteInfo Get(
int searchIndexId,
int siteId
)
Parameters
- searchIndexId
- Type: SystemInt32
Search index ID. - siteId
- Type: SystemInt32
Site ID.
Return Value
Type:
SearchIndexSiteInfoReturns an instance of
SearchIndexSiteInfo corresponding to given identifiers or null.
See Also