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#
public virtual bool BoardHasPinItems(
	Guid boardId
)
Visual Basic
Public Overridable Function BoardHasPinItems ( 
	boardId As Guid
) As Boolean
Visual C++
public:
virtual bool BoardHasPinItems(
	Guid boardId
)
F#
abstract BoardHasPinItems : 
        boardId : Guid -> bool 
override BoardHasPinItems : 
        boardId : Guid -> bool 

Parameters

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

Return Value

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

Implements

IDiscussionBLL..::..BoardHasPinItems(Guid)

See Also