Click or drag to resize
AclInfoProviderRestoreInheritanceInternal Method
Restores inheritance from the parent node and combines parent permissions with original native permissions.

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

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
See Also