DocumentHelperIsSearchTaskCreationAllowed Method |
Returns true if the search task for given node should be created.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static bool IsSearchTaskCreationAllowed(
TreeNode node
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Node to check.
Return Value
Type:
BooleanSee Also