Click or drag to resize
AclInfoProviderEnsureOwnAclInternal Method
Returns ACLID of the given node. If the node doesn't have its own ACL, it creates a new one.

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

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node

Return Value

Type: Int32
See Also