Click or drag to resize
SearchIndexSiteInfoProviderSearchIndexHasAnySite Method
Returns >true if given search index has any site assigned, false otherwise.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
public static bool SearchIndexHasAnySite(
	int indexId
)

Parameters

indexId
Type: SystemInt32
Smart search index id

Return Value

Type: Boolean
See Also