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.1.5347.20411)
Parameters
- nodeId
- Type: System Int32
Node ID
- where (Optional)
- Type: System String
Where condition
- orderBy (Optional)
- Type: System String
Order by clause
- topN (Optional)
- Type: System Int32
Number of records to return
- columns (Optional)
- Type: System String
Columns to select, null or empty returns all columns
- includeInherited (Optional)
- Type: System Boolean
If true, includes the inherited ACLs to the list
Return Value
Type: DataSetSee Also