Overload List
| Name | Description | |
|---|---|---|
| IsAuthorizedPerTreeNode(UserInfo, Int32, NodePermissionsEnum) | 
            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.
              | |
| IsAuthorizedPerTreeNode(UserInfo, TreeNode, NodePermissionsEnum, Boolean) | 
            Checks whether the user is authorized for the given document and permission, returns the authorization result.
              | |
| IsAuthorizedPerTreeNode(UserInfo, TreeNode, NodePermissionsEnum, String) | 
            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.
              | |
| IsAuthorizedPerTreeNode(UserInfo, Int32, NodePermissionsEnum, String) | 
            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.
              | |
| IsAuthorizedPerTreeNode(UserInfo, TreeNode, NodePermissionsEnum, String, Boolean) | 
            Checks whether the user is authorized for the given document and permission, returns the authorization result.
              | 
See Also