DataSource.NET
CreateNewsMessage Method (subject, headline, storyReference, newsDateTime)
NamespacesCaplin.DataSource.MessagingIMessageFactoryCreateNewsMessage(String, String, String, String)
Creates a News message for the given subject.
Declaration Syntax
C#Visual BasicVisual C++
INewsMessage CreateNewsMessage(
	string subject,
	string headline,
	string storyReference,
	string newsDateTime
)
Function CreateNewsMessage ( _
	subject As String, _
	headline As String, _
	storyReference As String, _
	newsDateTime As String _
) As INewsMessage
INewsMessage^ CreateNewsMessage(
	String^ subject, 
	String^ headline, 
	String^ storyReference, 
	String^ newsDateTime
)
Parameters
subject (String)
The subject identifying the news message.
headline (String)
The news headline.
storyReference (String)
The reference to the news story associated with the headline.
newsDateTime (String)
The date and time of the news headline.
Return Value
A new News message.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)