Gets the flag if discussion topic is answered.

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

Syntax

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

Parameters

topicId
Type: System..::..Guid
Topic Id

Return Value

Type: Boolean
True if it is answered, False otherwise

Implements

IDiscussionBLL..::..IsTopicAnswered(Guid)

See Also