Click or drag to resize
BoardInfoProviderIsUserAuthorizedPerBoardInternal Method
Checks if the user is authorized per board (if she belongs to the role authorized per board).

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
protected virtual bool IsUserAuthorizedPerBoardInternal(
	UserInfo userInfo,
	int boardId
)

Parameters

userInfo
Type: CMS.MembershipUserInfo
User info
boardId
Type: SystemInt32
ID of the board to check

Return Value

Type: Boolean
See Also