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.0.5239.26125)
Parameters
- node
- Type: CMS.DocumentEngine TreeNode
Document node
- permissions
- Type: CMS.DocumentEngine NodePermissionsEnum
Permissions to check
- siteName
- Type: System String
Site name
- checkUserAllowedCultures
- Type: System Boolean
Indicates if the allowed cultures of the user should be checked
- culture
- Type: System String
Culture to check
- userInfo
- Type: CMS.Membership UserInfo
User to check
Return Value
Type: AuthorizationResultEnumSee Also