Checks if the user is authorized for specified document (Check all CONTENT, CLASS and Document type permissions.
            
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 
- permissions
 - Type:  CMS.DocumentEngine NodePermissionsEnum 
Permissions to check 
- checkUserAllowedCultures (Optional)
 - Type: 
System Boolean
Indicates if the allowed cultures of the user should be checked 
- targetCultureCode (Optional)
 - Type: 
System String
Culture code of the document which should be checked. If null or empty user preferred culture is used instead. 
Return Value
Type: AuthorizationResultEnumSee Also