Click or drag to resize
BoardInfoProvider.GetMessageBoardUrlInternal 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: 8.2.23
Syntax
C#
protected virtual string GetMessageBoardUrlInternal(
	BoardInfo board,
	string siteName
)

Parameters

board
Type: CMS.MessageBoards.BoardInfo
siteName
Type: System.String

Return Value

Type: String
See Also