Click or drag to resize
UserSecurityExtensions Class
Security extensions for users
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngineUserSecurityExtensions

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public static class UserSecurityExtensions
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.
Top
See Also