Gets the flag if discussion topic is answered.

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

Syntax

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

Parameters

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

Return Value

Type: Boolean
True if it is answered, False otherwise

See Also