DocumentSecurityHelper IsAuthorizedPerTreeNode Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodStatic memberIsAuthorizedPerTreeNode(Int32, NodePermissionsEnum, String, UserInfo)
Checks whether the user is authorized for the given document and permission, returns the authorization result. Doesn't check the allowed cultures of an user.
Public methodStatic memberIsAuthorizedPerTreeNode(TreeNode, NodePermissionsEnum, String, UserInfo)
Checks whether the user is authorized for the given document and permission, returns the authorization result. Doesn't check the allowed cultures of an user.
Public methodStatic memberIsAuthorizedPerTreeNode(TreeNode, NodePermissionsEnum, String, Boolean, UserInfo)
Checks whether the user is authorized for the given document and permission, returns the authorization result.
Back to Top
See Also