AclItemInfoProvider GetAclItems Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodStatic memberGetAclItems 
Returns a query for all the AclItemInfo objects.
Public methodStatic memberGetAclItems(TreeNode, UserInfo)
Returns DataSet containing ACL items related to the specified node and relevant for given user account (and its roles).
Public methodStatic memberGetAclItems(Int32, Int32, UserInfo)
Returns DataSet containing all ACL items related to the specified ACL and user.
Public methodStatic memberGetAclItems(Int32, String, String, Int32, String, Boolean)
Returns DataSet containing all ACL items related to the specified node. (The inherited ACL items are not included.).
Back to Top
See Also