| SearchHelperSearchEnabledForClass Method | 
            Returns true if search is enabled for a given class (document type). Returns false if class not found.
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool SearchEnabledForClass(
	string className
)
Parameters
- className
- Type: SystemString
 Name of the class
Return Value
Type: 
Boolean See Also
See Also