Click or drag to resize
AclItemInfoProviderGetAclItemsInternal 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#
protected virtual DataSet GetAclItemsInternal(
	int nodeId,
	string where,
	string orderBy,
	int topN,
	string columns,
	bool includeInherited
)

Parameters

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

Return Value

Type: DataSet
See Also