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

 

Initializes a new instance of the SyndicationItem class.

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

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

Parameters

title
Type: System::String^

The title of the syndication item.

content
Type: System::String^

The content of the syndication item.

itemAlternateLink
Type: System::Uri^

The alternate URI for the syndication item.

id
Type: System::String^

The ID of the syndication item.

lastUpdatedTime
Type: System::DateTimeOffset

The DateTimeOffset that contains the last time the syndication item was last updated.

The following code 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: