AclItemInfoProviderGetACLItemsAndOperatorsInternal Method |
Returns DataSet containing all ACL items related to the specified node.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax protected virtual DataQuery GetACLItemsAndOperatorsInternal(
int nodeId,
bool includeInherited
)
Parameters
- nodeId
- Type: SystemInt32
Node ID - includeInherited
- Type: SystemBoolean
If true, includes the inherited ACLs to the list
Return Value
Type:
DataQuerySee Also