Gets news data.

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

Syntax

C#
protected virtual IEntityCollection2 GetNewsData(
	bool updateViewCount
)
Visual Basic
Protected Overridable Function GetNewsData ( 
	updateViewCount As Boolean
) As IEntityCollection2
Visual C++
protected:
virtual IEntityCollection2^ GetNewsData(
	bool updateViewCount
)
F#
abstract GetNewsData : 
        updateViewCount : bool -> IEntityCollection2 
override GetNewsData : 
        updateViewCount : bool -> IEntityCollection2 

Parameters

updateViewCount
Type: System..::..Boolean
Update view count

Return Value

Type: IEntityCollection2
News collection

See Also