Click or drag to resize
BoardInfoProviderGetMessageBoardName Method
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: 12.0.0
Syntax
C#
public static string GetMessageBoardName(
	string boardWebpartName,
	BoardOwnerTypeEnum type,
	string identifier
)

Parameters

boardWebpartName
Type: SystemString
Name of the webpart the board was created with.
type
Type: CMS.MessageBoardsBoardOwnerTypeEnum
Type of the message board.
identifier
Type: SystemString
Document GUID in case of document message board type, User GUID in case of user message board type, Group GUID in case of user message board type.

Return Value

Type: String
See Also