RssModelFactory.FeedItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of FeedItem(String, String, String, List<String>, String, String, String, String, List<String>).
public static Azure.Connectors.Sdk.Rss.Models.FeedItem FeedItem(string feedId = default, string feedTitle = default, string primaryFeedLink = default, System.Collections.Generic.List<string> feedLinks = default, string feedUpdatedOn = default, string feedPublishedOn = default, string feedSummary = default, string feedCopyrightInformation = default, System.Collections.Generic.List<string> feedCategories = default);
static member FeedItem : string * string * string * System.Collections.Generic.List<string> * string * string * string * string * System.Collections.Generic.List<string> -> Azure.Connectors.Sdk.Rss.Models.FeedItem
Public Shared Function FeedItem (Optional feedId As String = Nothing, Optional feedTitle As String = Nothing, Optional primaryFeedLink As String = Nothing, Optional feedLinks As List(Of String) = Nothing, Optional feedUpdatedOn As String = Nothing, Optional feedPublishedOn As String = Nothing, Optional feedSummary As String = Nothing, Optional feedCopyrightInformation As String = Nothing, Optional feedCategories As List(Of String) = Nothing) As FeedItem
Parameters
- feedId
- String
- feedTitle
- String
- primaryFeedLink
- String
- feedUpdatedOn
- String
- feedPublishedOn
- String
- feedSummary
- String
- feedCopyrightInformation
- String