Returns true if specified user is granted with given permissions for the ACL specified by the ACLID value.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- aclId
- Type: System Int32
ACLID value
- permissions
- Type: CMS.DocumentEngine NodePermissionsEnum
Required list of permissions
- userInfo
- Type: CMS.Membership UserInfo
Current user info object
- siteId
- Type: System Int32
Site ID
- parentNodeId (Optional)
- Type: System Int32
Parent node ID for 'ExploreTree' permission check
Return Value
Type: AuthorizationResultEnumRemarks
See Also