DocumentSecurityHelper Class |
Namespace: CMS.DocumentEngine
public static class DocumentSecurityHelper
The DocumentSecurityHelper type exposes the following members.
Name | Description | |
---|---|---|
GetFlagFromPermission |
Gets the specific flag value from the given permission
| |
GetNodePermissionEnum |
Converts the given permission to the node permission
| |
GetNodePermissionFlags | ||
GetNodePermissionsFromFlags | ||
IsAuthorizedPerDocument(Int32, String, NodePermissionsEnum, String, UserInfo) |
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.
| |
IsAuthorizedPerDocument(TreeNode, NodePermissionsEnum, Boolean, String, UserInfo) |
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.
| |
IsAuthorizedPerDocument(TreeNode, NodePermissionsEnum, Boolean, String, UserInfo) |
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.
| |
IsAuthorizedPerTreeNode(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.
| |
IsAuthorizedPerTreeNode(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.
| |
IsAuthorizedPerTreeNode(TreeNode, NodePermissionsEnum, String, Boolean, UserInfo) |
Checks whether the user is authorized for the given document and permission, returns the authorization result.
| |
IsAuthorizedToCreateNewDocument(Int32, String, String, UserInfo) |
Checks whether the user is authorized to create new document.
| |
IsAuthorizedToCreateNewDocument(TreeNode, String, String, UserInfo) |
Checks whether the user is authorized to create new document.
| |
IsUserAuthorizedPerContent |
Determines whether current user is authorized to access Content module.
|