Click or drag to resize
BoardInfoProvider.GetMessageBoardUrl Method
Returns absolute URL to the document where the message board is placed on.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 10.0.0
Syntax
C#
public static string GetMessageBoardUrl(
	BoardInfo board,
	string siteName
)

Parameters

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

Return Value

Type: String
See Also