Click or drag to resize
BoardMessageInfoProviderGetBoardMessageInfoInternal Method
Returns the BoardMessageInfo structure for the specified message identifier.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 10.0.0
Syntax
C#
protected virtual BoardMessageInfo GetBoardMessageInfoInternal(
	int messageId
)

Parameters

messageId
Type: SystemInt32
Message identifier

Return Value

Type: BoardMessageInfo
See Also