Gets the discussion board name of the specified board.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
string GetBoardName(
	Guid boardId
)
Visual Basic
Function GetBoardName ( 
	boardId As Guid
) As String
Visual C++
String^ GetBoardName(
	Guid boardId
)
F#
abstract GetBoardName : 
        boardId : Guid -> string 

Parameters

boardId
Type: System..::..Guid
Board id

Return Value

Type: String
Discussion board name

See Also