Click or drag to resize
SearchIndexInfoProviderSearchTypeEnabled Method
Returns true if smart search is enabled and exists at least one index for specified object type.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static bool SearchTypeEnabled(
	string type
)

Parameters

type
Type: SystemString
Object type name

Return Value

Type: Boolean
See Also