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: 12.0.0
Syntax public static bool IsSearchTaskCreationAllowed(
string className
)
Parameters
- className
- Type: SystemString
Class to check
Return Value
Type:
BooleanSee Also