Creates a new SyndicationFeed object with a Title, Subtitle, and Uri.
Syntax
var syndicationFeed = new Windows.Web.Syndication.SyndicationFeed(title, subtitle, uri);
Parameters
- title
-
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
The Title of the syndication feed.
- subtitle
-
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
The Subtitle of the syndication feed.
- uri
-
Type: Uri [JavaScript] | System.Uri [.NET] | Windows::Foundation::Uri [C++]
The Uri value.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012