Gets the discussion board ids for the specific board names.

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

Syntax

C#
List<Guid> GetBoardIds(
	List<string> boardNames
)
Visual Basic
Function GetBoardIds ( 
	boardNames As List(Of String)
) As List(Of Guid)
Visual C++
List<Guid>^ GetBoardIds(
	List<String^>^ boardNames
)
F#
abstract GetBoardIds : 
        boardNames : List<string> -> List<Guid> 

Parameters

boardNames
Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
Board names

Return Value

Type: List<(Of <(<'Guid>)>)>
Discussion board ids

See Also