RssItem Constructor(String,String)
In This Topic
Initializes a new instance of the
RssItem class.
Syntax
public RssItem(
java.lang.String ,
java.lang.String
)
|
Parameters
- title
- The title of the RssItem.
- link
- Link to the source behind the RssItem.
See Also