Click or drag to resize
AclInfoProviderHasOwnAclInternal Method
Check if node has own ACL.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual bool HasOwnAclInternal(
	int nodeId,
	DataRow dr
)

Parameters

nodeId
Type: SystemInt32
Node ID
dr
Type: System.DataDataRow
Data row containing ACLOwnerNodeID column

Return Value

Type: Boolean
Returns true if specified node has own ACL
See Also