Click or drag to resize
ModuleCommandsMessageBoardGetMessageBoardInfo Method
Gets message board info object with dependence on specified board id.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static BaseInfo MessageBoardGetMessageBoardInfo(
	int messageBoardId
)

Parameters

messageBoardId
Type: SystemInt32
Message board id

Return Value

Type: BaseInfo
See Also