Click or drag to resize
SearchHelperIsClassSearchEnabled Method
Returns true if given class allows search.

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

Parameters

className
Type: SystemString
Code name of the class

Return Value

Type: Boolean
See Also