BoardInfoProviderIsUserAuthorizedToAddMessages Method (BoardProperties) |
Returns True if current user is authorized to add messages to the specified message board, otherwise returns False.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 11.0.0
Syntax public static bool IsUserAuthorizedToAddMessages(
BoardProperties boardProperties
)
Parameters
- boardProperties
- Type: CMS.MessageBoardsBoardProperties
Properties of the board.
Return Value
Type:
BooleanSee Also