Indicates whether specified user has assigned specific permission for the specified forum.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- forumId
- Type: System Int32
ID of the forum to check permission for
- permissionName
- Type: System String
Name of the permission
- userInfo
- Type: CMS.Membership UserInfo
User info to check permission for
- siteId
- Type: System Int32
ID of the site role should belongs to
Return Value
Type: BooleanSee Also