Increment discussion topic views.

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

Syntax

C#
public virtual void IncrementTopicViews(
	Guid topicId
)
Visual Basic
Public Overridable Sub IncrementTopicViews ( 
	topicId As Guid
)
Visual C++
public:
virtual void IncrementTopicViews(
	Guid topicId
)
F#
abstract IncrementTopicViews : 
        topicId : Guid -> unit 
override IncrementTopicViews : 
        topicId : Guid -> unit 

Parameters

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

Implements

IDiscussionBLL..::..IncrementTopicViews(Guid)

See Also