BoardInfoProvider GetMessageBoardName Method Kentico 8.0 API Reference
Returns the name for messageboard according to its type, webpart name, and identifier dependent on type.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

boardWebpartName
Type: OnlineSystem String
Name of the webpart the board was created with.
type
Type: CMS.MessageBoards BoardOwnerTypeEnum
Type of the message board.
identifier
Type: OnlineSystem String
User GUID in case of user message board type or Group GUID in case of user message board type.

Return Value

Type: OnlineString
See Also