Click or drag to resize
UserSecurityExtensionsIsAuthorizedPerTreeNode Method
Overload List
  NameDescription
Public methodStatic memberIsAuthorizedPerTreeNode(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.
Public methodStatic memberIsAuthorizedPerTreeNode(UserInfo, TreeNode, NodePermissionsEnum, Boolean)
Checks whether the user is authorized for the given document and permission, returns the authorization result.
Public methodStatic memberIsAuthorizedPerTreeNode(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.
Public methodStatic memberIsAuthorizedPerTreeNode(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.
Public methodStatic memberIsAuthorizedPerTreeNode(UserInfo, TreeNode, NodePermissionsEnum, String, Boolean)
Checks whether the user is authorized for the given document and permission, returns the authorization result.
Top
See Also