Click or drag to resize
BoardInfoProviderGetMessageBoardNameInternal 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: 9.0.0
Syntax
C#
protected virtual string GetMessageBoardNameInternal(
	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
User GUID in case of user message board type or Group GUID in case of user message board type.

Return Value

Type: String
See Also