BoardInfoProviderIsBoardOpened Method |
Determines whether the board is opened for the current user.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 12.0.0
Syntax public static bool IsBoardOpened(
bool boardOpen,
DateTime openFrom,
DateTime openTo
)
Parameters
- boardOpen
- Type: SystemBoolean
Indicates whether the board is opened according settings. - openFrom
- Type: SystemDateTime
Date-time value of board opening. - openTo
- Type: SystemDateTime
Date-time value of board closing.
Return Value
Type:
BooleanSee Also