Click or drag to resize
BoardInfoProviderGetMessageBoardUrlInternal Method
Returns absolute URL to the document where the message board is placed on. Message board object to get document URL ofSite name of the message board

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetMessageBoardUrlInternal(
	BoardInfo board,
	string siteName
)

Parameters

board
Type: CMS.MessageBoardsBoardInfo
siteName
Type: SystemString

Return Value

Type: String
See Also