Gets the topic answer direct url.

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

Syntax

C#
public virtual string GetTopicAnswerUrl(
	Guid topicId,
	string topicUrl
)
Visual Basic
Public Overridable Function GetTopicAnswerUrl ( 
	topicId As Guid,
	topicUrl As String
) As String
Visual C++
public:
virtual String^ GetTopicAnswerUrl(
	Guid topicId, 
	String^ topicUrl
)
F#
abstract GetTopicAnswerUrl : 
        topicId : Guid * 
        topicUrl : string -> string 
override GetTopicAnswerUrl : 
        topicId : Guid * 
        topicUrl : string -> string 

Parameters

topicId
Type: System..::..Guid
Topic Id
topicUrl
Type: System..::..String
Topic url

Return Value

Type: String
Direct url to topic answer if any

Implements

IDiscussionBLL..::..GetTopicAnswerUrl(Guid, String)

See Also