RssModelFactory.FeedItem Method

Definition

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
feedLinks
List<String>
feedUpdatedOn
String
feedPublishedOn
String
feedSummary
String
feedCopyrightInformation
String
feedCategories
List<String>

Returns

Applies to