The DocumentSecurityHelper type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| GetNodePermissionEnum |
Converts the given permission to the node permission
| |
| 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.
| |
| IsAuthorizedPerDocument(TreeNode, NodePermissionsEnum, String, Boolean, String, UserInfo) | Obsolete.
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.
| |
| IsAuthorizedPerDocument(TreeNode, NodePermissionsEnum , String, Boolean, String, UserInfo) | Obsolete.
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.
| |
| IsAuthorizedToCreateNewDocument(Int32, String, String, String, UserInfo) | Obsolete.
Checks whether the user is authorized to create new document.
| |
| IsAuthorizedToCreateNewDocument(TreeNode, String, String, String, UserInfo) | Obsolete.
Checks whether the user is authorized to create new document.
| |
| IsUserAuthorizedPerContent |
Determines whether current user is authorized to access Content module.
|
See Also