Click or drag to resize
ForumInfoProviderIsRoleAllowedForForum Method
Returns true if role is allowed for given forum.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static bool IsRoleAllowedForForum(
	int roleId,
	int forumId
)

Parameters

roleId
Type: SystemInt32
Role ID
forumId
Type: SystemInt32
Forum ID

Return Value

Type: Boolean
See Also