Retrieves RSS feed items.

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

Syntax

C#
public ICollection<RSSFeed> GetFeeds(
	int maxRows
)
Visual Basic
Public Function GetFeeds ( 
	maxRows As Integer
) As ICollection(Of RSSFeed)
Visual C++
public:
ICollection<RSSFeed^>^ GetFeeds(
	int maxRows
)
F#
member GetFeeds : 
        maxRows : int -> ICollection<RSSFeed> 

Parameters

maxRows
Type: System..::..Int32
Max number of rows to retrieve.

Return Value

Type: ICollection<(Of <(<'RSSFeed>)>)>
Collection of RSS feed items.

See Also