AclInfoProviderHasOwnAclInternal Method |
Check if node has own ACL.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax 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:
BooleanReturns true if specified node has own ACL
See Also