Gets the flag if discussion board have a pin item.

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

Syntax

C#
bool BoardHasPinItems(
	Guid boardId
)
Visual Basic
Function BoardHasPinItems ( 
	boardId As Guid
) As Boolean
Visual C++
bool BoardHasPinItems(
	Guid boardId
)
F#
abstract BoardHasPinItems : 
        boardId : Guid -> bool 

Parameters

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

Return Value

Type: Boolean
True if there are pin items, False otherwise

See Also