UserSecurityExtensions MembersKentico 8.1 API Reference
Methods

  NameDescription
Public methodStatic memberIsAuthorizedPerDocument(UserInfo, Int32, String, NodePermissionsEnum)
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.
Public methodStatic memberIsAuthorizedPerDocument(UserInfo, TreeNode, NodePermissionsEnum, Boolean, String)
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.)
Public methodStatic memberIsAuthorizedPerDocument(UserInfo, TreeNode,  NodePermissionsEnum , Boolean, String)
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.
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.
Public methodStatic memberIsAuthorizedToCreateNewDocument(UserInfo, TreeNode, String)
Checks whether the user is authorized to create new document.
Public methodStatic memberIsAuthorizedToCreateNewDocument(UserInfo, Int32, String)
Checks whether the user is authorized to create new document.
Back to Top
See Also