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#
AspnetUsersEntity GetTopicAuthor(
	Guid topicId
)
Visual Basic
Function GetTopicAuthor ( 
	topicId As Guid
) As AspnetUsersEntity
Visual C++
AspnetUsersEntity^ GetTopicAuthor(
	Guid topicId
)
F#
abstract GetTopicAuthor : 
        topicId : Guid -> AspnetUsersEntity 

Parameters

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

Return Value

Type: AspnetUsersEntity
Topic author

See Also