Click or drag to resize
BoardInfoProviderIsBoardOpened Method
Determines whether the board is opened for the current user.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
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: Boolean
See Also