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 Guid GetTopicAnswerId(
	Guid topicId
)
Visual Basic
Public Overridable Function GetTopicAnswerId ( 
	topicId As Guid
) As Guid
Visual C++
public:
virtual Guid GetTopicAnswerId(
	Guid topicId
)
F#
abstract GetTopicAnswerId : 
        topicId : Guid -> Guid 
override GetTopicAnswerId : 
        topicId : Guid -> Guid 

Parameters

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

Return Value

Type: Guid
True if it is answered, False otherwise

Implements

IDiscussionBLL..::..GetTopicAnswerId(Guid)

See Also