Gets a list of role ids for a particular discussion board.

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

Syntax

C#
List<Guid> GetBoardRoles(
	Guid boardId
)
Visual Basic
Function GetBoardRoles ( 
	boardId As Guid
) As List(Of Guid)
Visual C++
List<Guid>^ GetBoardRoles(
	Guid boardId
)
F#
abstract GetBoardRoles : 
        boardId : Guid -> List<Guid> 

Parameters

boardId
Type: System..::..Guid
Board Id.

Return Value

Type: List<(Of <(<'Guid>)>)>
List of role id's for a board.

See Also