Gets discussion board object

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

Syntax

C#
public virtual SnDiscussionBoardEntity GetBoard(
	Guid boardId,
	bool fullPrefetch
)
Visual Basic
Public Overridable Function GetBoard ( 
	boardId As Guid,
	fullPrefetch As Boolean
) As SnDiscussionBoardEntity
Visual C++
public:
virtual SnDiscussionBoardEntity^ GetBoard(
	Guid boardId, 
	bool fullPrefetch
)
F#
abstract GetBoard : 
        boardId : Guid * 
        fullPrefetch : bool -> SnDiscussionBoardEntity 
override GetBoard : 
        boardId : Guid * 
        fullPrefetch : bool -> SnDiscussionBoardEntity 

Parameters

boardId
Type: System..::..Guid
Board Id
fullPrefetch
Type: System..::..Boolean
Include full prefetch path

Return Value

Type: SnDiscussionBoardEntity
Discussion board object

Implements

IDiscussionBLL..::..GetBoard(Guid, Boolean)

See Also