Gets the rss channel.

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

Syntax

C#
public RssChannel GetRssChannel()
Visual Basic
Public Function GetRssChannel As RssChannel
Visual C++
public:
virtual RssChannel^ GetRssChannel() sealed
F#
abstract GetRssChannel : unit -> RssChannel 
override GetRssChannel : unit -> RssChannel 

Return Value

Type: RssChannel
Rss channel for web part

Implements

IRssWebPart..::..GetRssChannel()()()()

See Also