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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual bool DoesNodeInheritPermissionsInternal(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Node to check

Return Value

Type: Boolean
See Also