Gets discussion topic object

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

Syntax

C#
public virtual SnDiscussionTopicEntity GetTopic(
	Guid topicId,
	bool fullPrefetchPath
)
Visual Basic
Public Overridable Function GetTopic ( 
	topicId As Guid,
	fullPrefetchPath As Boolean
) As SnDiscussionTopicEntity
Visual C++
public:
virtual SnDiscussionTopicEntity^ GetTopic(
	Guid topicId, 
	bool fullPrefetchPath
)
F#
abstract GetTopic : 
        topicId : Guid * 
        fullPrefetchPath : bool -> SnDiscussionTopicEntity 
override GetTopic : 
        topicId : Guid * 
        fullPrefetchPath : bool -> SnDiscussionTopicEntity 

Parameters

topicId
Type: System..::..Guid
Topic Id
fullPrefetchPath
Type: System..::..Boolean
Include full prefetch path

Return Value

Type: SnDiscussionTopicEntity
Discussion topic object

Implements

IDiscussionBLL..::..GetTopic(Guid, Boolean)

See Also