Click or drag to resize
AclItemInfoProviderGetACLItemsAndOperatorsInternal Method
Returns DataSet containing all ACL items related to the specified node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected 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