SearchIndexInfoProviderIndexIsInSite Method |
If SearchIndex has specified site assigned returns true, otherwise false.
The result is cached for next time usage.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public static bool IndexIsInSite(
SearchIndexInfo sii,
int siteId
)
Parameters
- sii
- Type: CMS.SearchSearchIndexInfo
SearchIndexInfo - siteId
- Type: SystemInt32
Site id
Return Value
Type:
BooleanSee Also