Click or drag to resize
DocumentHelperIsSearchTaskCreationAllowed 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 document type of given node - published version for given node exists AND

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static bool IsSearchTaskCreationAllowed(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Node to check

Return Value

Type: Boolean
See Also