SyndicationItem Constructor (String^, String^, Uri^, String^, DateTimeOffset)
.NET Framework (current version)
Initializes a new instance of the SyndicationItem class.
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.
.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Available since 3.5
Silverlight
Available since 2.0
Show: