Click or drag to resize
AclItemInfoProviderGetACLItemsAndOperators 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#
public static DataQuery GetACLItemsAndOperators(
	int nodeId,
	bool includeInherited = true
)

Parameters

nodeId
Type: SystemInt32
Node ID
includeInherited (Optional)
Type: SystemBoolean
If true, includes the inherited ACLs to the list

Return Value

Type: DataQuery
See Also