Click or drag to resize
AclInfoProviderDoesNodeInheritPermissions Method
Returns true if specified node inherits permissions.

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

Parameters

node
Type: CMS.DocumentEngineTreeNode
Node instance

Return Value

Type: Boolean
See Also