Updates view count.

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

Syntax

C#
protected void UpdateViewCount(
	IEntityCollection2 collection
)
Visual Basic
Protected Sub UpdateViewCount ( 
	collection As IEntityCollection2
)
Visual C++
protected:
void UpdateViewCount(
	IEntityCollection2^ collection
)
F#
member UpdateViewCount : 
        collection : IEntityCollection2 -> unit 

Parameters

collection
Type: IEntityCollection2
News collection to update

See Also