Returns DataSet containing all ACL items related to the specified node. (The inherited ACL items are not included.).
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- nodeId
- Type: System Int32
Node ID
- where
- Type: System String
Where condition
- orderBy
- Type: System String
Order by clause
- topN
- Type: System Int32
Number of records to return
- columns
- Type: System String
Columns to select, null or empty returns all columns
- includeInherited
- Type: System Boolean
If true, includes the inherited ACLs to the list
Return Value
Type: DataSetSee Also