DocumentSecurityHelper IsAuthorizedPerDocument Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodStatic memberIsAuthorizedPerDocument(Int32, String, NodePermissionsEnum, String, UserInfo)
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.
Public methodStatic memberIsAuthorizedPerDocument(TreeNode, NodePermissionsEnum, Boolean, String, UserInfo)
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.
Public methodStatic memberIsAuthorizedPerDocument(TreeNode,  NodePermissionsEnum , Boolean, String, UserInfo)
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.
Public methodStatic memberIsAuthorizedPerDocument(TreeNode, NodePermissionsEnum, String, Boolean, String, UserInfo)Obsolete.
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.
Public methodStatic memberIsAuthorizedPerDocument(TreeNode,  NodePermissionsEnum , String, Boolean, String, UserInfo)Obsolete.
Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.
Back to Top
See Also