Set 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 SetTopicViews(
	Guid topicId,
	int timesViewed
)
Visual Basic
Public Overridable Sub SetTopicViews ( 
	topicId As Guid,
	timesViewed As Integer
)
Visual C++
public:
virtual void SetTopicViews(
	Guid topicId, 
	int timesViewed
)
F#
abstract SetTopicViews : 
        topicId : Guid * 
        timesViewed : int -> unit 
override SetTopicViews : 
        topicId : Guid * 
        timesViewed : int -> unit 

Parameters

topicId
Type: System..::..Guid
Topic Id
timesViewed
Type: System..::..Int32
Times the topic is viewed

Implements

IDiscussionBLL..::..SetTopicViews(Guid, Int32)

See Also