RssReader Reference Documentation (Document! X Sample)
innovasys.rssreader Package / RssManager Class / AddFeed Method
The URL to the feed xml.
In This Topic
    AddFeed Method
    In This Topic
    Creates a new RssFeed from a given url and adds it to the getRssFeeds collection.
    Syntax
    public RssFeed AddFeed( 
       java.lang.String url
    )

    Parameters

    url
    The URL to the feed xml.
    See Also