Delete discussion topics marked as spam for specified board.

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

Syntax

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

Parameters

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

Return Value

Type: Boolean
True if topics are deleted

Implements

IDiscussionBLL..::..DeleteSpamTopics(Guid)

See Also