RssReader Reference Documentation (Document! X Sample)
innovasys.rssreader Package / RssManager Class / RemoveFeed Method / RemoveFeed(String) Method
The name of the RssFeed to remove.
In This Topic
    RemoveFeed(String) Method
    In This Topic
    Removes an RssFeed from the getRssFeeds collection.
    Syntax
    public void RemoveFeed( 
       java.lang.String name
    )

    Parameters

    name
    The name of the RssFeed to remove.
    See Also