Skip to main content
Tab

NewsItemCollection.Add Method

Name Parameters Description
Add() none Adds a new item to the end of the collection.
Add(NewsItem) item Adds the specified item to the collection.
Add(String, String, String, String, String, DateTime) headerText, text, navigateUrl, name, imageUrl, date Creates a new item with the specified settings and adds it to the collection.
Add(String, String, String, String, String) headerText, text, navigateUrl, name, imageUrl Creates a new item with the specified settings and adds it to the collection.
Add(String, String, String, String) headerText, text, navigateUrl, name Creates a new item with the specified settings and adds it to the collection.
Add(String, String, String) headerText, text, navigateUrl Adds a new item to the end of the collection.
Add(String, String) headerText, text Adds a new item to the end of the collection.
Add(String) headerText Adds a new item to the end of the collection.