SyndicationItem Constructor (String^, String^, Uri^)

 

Initializes a new instance of the SyndicationItem class with the specified title, content, and link.

Namespace:   System.ServiceModel.Syndication
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
SyndicationItem(
	String^ title,
	String^ content,
	Uri^ itemAlternateLink
)

Parameters

title
Type: System::String^

The item title.

content
Type: System::String^

The item content.

itemAlternateLink
Type: System::Uri^

The item URL.

The following example shows how to call this constructor.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Return to top
Show: