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
- permission
- Type: CMS.DocumentEngine NodePermissionsEnum
Permission
- checkUserAllowedCultures (Optional)
- Type: System Boolean
Indicates if the allowed cultures of the user should be checked
- culture (Optional)
- Type: System String
Culture to check
Return Value
Type: AuthorizationResultEnumSee Also