Gets the topic tags.

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

Syntax

C#
public virtual List<SnTagEntity> GetTopicTags(
	SnDiscussionTopicEntity topic,
	int maxTags
)
Visual Basic
Public Overridable Function GetTopicTags ( 
	topic As SnDiscussionTopicEntity,
	maxTags As Integer
) As List(Of SnTagEntity)
Visual C++
public:
virtual List<SnTagEntity^>^ GetTopicTags(
	SnDiscussionTopicEntity^ topic, 
	int maxTags
)
F#
abstract GetTopicTags : 
        topic : SnDiscussionTopicEntity * 
        maxTags : int -> List<SnTagEntity> 
override GetTopicTags : 
        topic : SnDiscussionTopicEntity * 
        maxTags : int -> List<SnTagEntity> 

Parameters

topic
Type: SnDiscussionTopicEntity
Topic entity
maxTags
Type: System..::..Int32
Maximum number of tags

Return Value

Type: List<(Of <(<'SnTagEntity>)>)>
Social networking tags

Implements

IDiscussionBLL..::..GetTopicTags(SnDiscussionTopicEntity, Int32)

See Also