Gets the discussion topic author.

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

Syntax

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

Parameters

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

Return Value

Type: AspnetUsersEntity
Topic author

Implements

IDiscussionBLL..::..GetTopicAuthor(Guid)

See Also