Gets the discussion topic name of the specified topic.

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

Syntax

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

Parameters

topicId
Type: System..::..Guid
Topic id

Return Value

Type: String
Discussion topic name

Implements

IDiscussionBLL..::..GetTopicName(Guid)

See Also