| AclItemInfoProviderGetACLItemsAndOperatorsInternal Method | 
            Returns DataSet containing all ACL items related to the specified node.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual DataQuery GetACLItemsAndOperatorsInternal(
	int nodeId,
	bool includeInherited
)
Parameters
- nodeId
- Type: SystemInt32
 Node ID
- includeInherited
- Type: SystemBoolean
 If true, includes the inherited ACLs to the list
Return Value
Type: 
DataQuery See Also
See Also