Click or drag to resize
SearchIndexInfoProviderIndexIsInSite Method
If SearchIndex has specified site assigned returns true, otherwise false. The result is cached for next time usage.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static bool IndexIsInSite(
	SearchIndexInfo sii,
	int siteId
)

Parameters

sii
Type: CMS.SearchSearchIndexInfo
SearchIndexInfo
siteId
Type: SystemInt32
Site id

Return Value

Type: Boolean
See Also