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.
            
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 
- nodeId
 - Type: 
System Int32
Document node id 
- permission
 - Type: CMS.DocumentEngine NodePermissionsEnum
Permission to check 
- culture
 - Type: 
System String
Document culture code. If the culture is null the user allowed cultures check is not performed 
Return Value
Type: AuthorizationResultEnumSee Also