Skip to main content
Tab

NewsItem Constructors

Represents a news item.
Name Parameters Description
NewsItem() none Initializes a new instance of the NewsItem class with default settings.
NewsItem(String, String, String, String, String, DateTime) headerText, text, navigateUrl, name, imageUrl, date Initializes a new instance of the NewsItem class with the specified settings.
NewsItem(String, String, String, String, String) headerText, text, navigateUrl, name, imageUrl Initializes a new instance of the NewsItem class with the specified settings.
NewsItem(String, String, String, String) headerText, text, navigateUrl, name Initializes a new instance of the NewsItem class with the specified settings.
NewsItem(String, String, String) headerText, text, navigateUrl Initializes a new instance of the NewsItem class with the specified settings.
NewsItem(String, String) headerText, text Initializes a new instance of the NewsItem class with the specified header text and contents.
NewsItem(String) headerText Initializes a new instance of the NewsItem class with the specified header text.
See Also