| SearchHelperIsSearchTaskCreationAllowed Method  | 
            Returns true if the search task for given node should be created.
            Returns true if 
             - search is allowed on general level AND 
             - search is allowed for class of the object
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntaxpublic static bool IsSearchTaskCreationAllowed(
	string className
)
Parameters
- className
 - Type: SystemString
Class to check 
Return Value
Type: 
Boolean
See Also