Gets the flag if discussion board is pinned.

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

Syntax

C#
public virtual bool TogglePinBoard(
	Guid boardId
)
Visual Basic
Public Overridable Function TogglePinBoard ( 
	boardId As Guid
) As Boolean
Visual C++
public:
virtual bool TogglePinBoard(
	Guid boardId
)
F#
abstract TogglePinBoard : 
        boardId : Guid -> bool 
override TogglePinBoard : 
        boardId : Guid -> bool 

Parameters

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

Return Value

Type: Boolean
True if board is pinned, False otherwise

Implements

IDiscussionBLL..::..TogglePinBoard(Guid)

See Also