Returns true if user is granted with specified permission for particular node.
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
- permission
- Type: CMS.DocumentEngine NodePermissionsEnum
Permission name
- userInfo
- Type: CMS.Membership UserInfo
UserInfo instance
- checkUserAllowedCultures (Optional)
- Type: System Boolean
Indicates if the allowed cultures of the user should be checked
- culture (Optional)
- Type: System String
Document culture to be checked
Return Value
Type: AuthorizationResultEnumSee Also