RSS.NET

RssFeedCollection.Add Method 

Adds a specified feed to this collection.

[Visual Basic]
Public Function Add( _
   ByVal feed As RssFeed _
) As Integer
[C#]
public int Add(
   RssFeed feed
);

Parameters

feed
The feed to add.

Return Value

The zero-based index of the added feed.

See Also

RssFeedCollection Class | Rss Namespace