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.0.5239.26125)
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:See Also