RssReader Reference Documentation (Document! X Sample)
innovasys.rssreader Package / RssItemCollection Class / ItemById Method
The id of the item to return.
In This Topic
    ItemById Method
    In This Topic
    Returns an item from a given id.
    Syntax
    public RssItem ItemById( 
       java.lang.String id
    )

    Parameters

    id
    The id of the item to return.
    See Also