Click or drag to resize
AclItemInfoProviderGetAclItems Method (Int32, String, String, Int32, String, Boolean)
Returns DataSet containing all ACL items related to the specified node. (The inherited ACL items are not included.).

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static DataSet GetAclItems(
	int nodeId,
	string where = null,
	string orderBy = null,
	int topN = 0,
	string columns = null,
	bool includeInherited = true
)

Parameters

nodeId
Type: SystemInt32
Node ID
where (Optional)
Type: SystemString
Where condition
orderBy (Optional)
Type: SystemString
Order by clause
topN (Optional)
Type: SystemInt32
Number of records to return
columns (Optional)
Type: SystemString
Columns to select, null or empty returns all columns
includeInherited (Optional)
Type: SystemBoolean
If true, includes the inherited ACLs to the list

Return Value

Type: DataSet
See Also