Checks whether the user is authorized for the given document and permission, returns the authorization result.
            
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- user
 - Type: CMS.Membership UserInfo
User to check 
- 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 
Return Value
Type: AuthorizationResultEnumSee Also