Click or drag to resize
BoardInfoProviderIsUserAuthorizedToManageMessages Method
Checks if the current user can manage messages of the specified board.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
public static bool IsUserAuthorizedToManageMessages(
	BoardInfo board
)

Parameters

board
Type: CMS.MessageBoardsBoardInfo
Board object to check

Return Value

Type: Boolean
See Also