Click or drag to resize
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.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static bool IsSearchTaskCreationAllowed(
	string className
)

Parameters

className
Type: SystemString
Class to check

Return Value

Type: Boolean
See Also