Invalidates the discussion have a pinned boards cache.

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

Syntax

C#
public virtual bool InvalidateHasPinnedBoards(
	Nullable<Guid> groupId
)
Visual Basic
Public Overridable Function InvalidateHasPinnedBoards ( 
	groupId As Nullable(Of Guid)
) As Boolean
Visual C++
public:
virtual bool InvalidateHasPinnedBoards(
	Nullable<Guid> groupId
)
F#
abstract InvalidateHasPinnedBoards : 
        groupId : Nullable<Guid> -> bool 
override InvalidateHasPinnedBoards : 
        groupId : Nullable<Guid> -> bool 

Parameters

groupId
Type: System..::..Nullable<(Of <(<'Guid>)>)>
Group Id.

Return Value

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

Implements

IDiscussionBLL..::..InvalidateHasPinnedBoards(Nullable<(Of <<'(Guid>)>>))

See Also