Click or drag to resize
BoardInfoProviderIsUserAuthorizedToAddMessages Method (BoardInfo)
Returns True if current user is authorized to add messages to the specified message board, otherwise returns False.

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

Parameters

board
Type: CMS.MessageBoardsBoardInfo
Board information

Return Value

Type: Boolean
See Also