Click or drag to resize
BoardRoleInfoProviderIsRoleAllowedForBoard Method
Returns true if role is allowed for given board.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
public static bool IsRoleAllowedForBoard(
	int roleId,
	int boardId
)

Parameters

roleId
Type: SystemInt32
Role ID
boardId
Type: SystemInt32
Board ID

Return Value

Type: Boolean
See Also