UserSecurityExtensions Class |
Namespace: CMS.DocumentEngine
public static class UserSecurityExtensions
Name | Description | |
---|---|---|
IsAuthorizedPerDocument(UserInfo, Int32, String, NodePermissionsEnum) |
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.
| |
IsAuthorizedPerDocument(UserInfo, TreeNode, NodePermissionsEnum, Boolean, String) |
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.)
| |
IsAuthorizedPerDocument(UserInfo, TreeNode, NodePermissionsEnum, Boolean, String) |
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.
| |
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.
| |
IsAuthorizedToCreateNewDocument(UserInfo, TreeNode, String) |
Checks whether the user is authorized to create new document.
| |
IsAuthorizedToCreateNewDocument(UserInfo, Int32, String) |
Checks whether the user is authorized to create new document.
|