Returns true if and only if specified user is authorized for the specified action.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- permissionName
- Type: System String
Name of the permission to check
- permissionScope
- Type: CMS.Helpers SecurityAccessEnum
Permission to check
- forumGroupId
- Type: System Int32
ID of the Forum group of the forum
- forumId
- Type: System Int32
Forum id
- user
- Type: CMS.Membership UserInfo
User info
Return Value
Type: BooleanSee Also