Deletes discussion topic

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

Syntax

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

Parameters

topicId
Type: System..::..Guid
Discussion topic id

Return Value

Type: Boolean
True if discussion topic is deleted

See Also