Gets the discussion topic answer.

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

Syntax

C#
public virtual SnDiscussionMessageEntity GetTopicAnswer(
	Guid topicId
)
Visual Basic
Public Overridable Function GetTopicAnswer ( 
	topicId As Guid
) As SnDiscussionMessageEntity
Visual C++
public:
virtual SnDiscussionMessageEntity^ GetTopicAnswer(
	Guid topicId
)
F#
abstract GetTopicAnswer : 
        topicId : Guid -> SnDiscussionMessageEntity 
override GetTopicAnswer : 
        topicId : Guid -> SnDiscussionMessageEntity 

Parameters

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

Return Value

Type: SnDiscussionMessageEntity
Answer message if answered

Implements

IDiscussionBLL..::..GetTopicAnswer(Guid)

See Also