Click or drag to resize
DocumentSecurityHelper.IsAuthorizedPerTreeNode Method (TreeNode, NodePermissionsEnum, String, Boolean, UserInfo)
Checks whether the user is authorized for the given document and permission, returns the authorization result.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static AuthorizationResultEnum IsAuthorizedPerTreeNode(
	TreeNode node,
	NodePermissionsEnum permission,
	string culture,
	bool checkUserAllowedCultures,
	UserInfo userInfo
)

Parameters

node
Type: CMS.DocumentEngine.TreeNode
Document node
permission
Type: CMS.DocumentEngine.NodePermissionsEnum
Permission to check
culture
Type: System.String
Culture of the document to be checked
checkUserAllowedCultures
Type: System.Boolean
Indicates if the allowed cultures of the user should be checked
userInfo
Type: CMS.Membership.UserInfo
User to check

Return Value

Type: AuthorizationResultEnum
See Also