FeedItem
FeedItem
specifies a Web feed to be received on the computer.
Child Elements
Setting | Description |
---|---|
FeedKey | Specifies a unique string for a FeedItem . |
FeedTitle | Specifies the title of a FeedItem . |
FeedURL | Specifies the URL of a FeedItem . |
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | FeedList | FeedItem
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
XML Example
The following XML output shows how to set a FeedList.
<FeedList>
<FeedItem wcm:action="add">
<FeedKey>Feed1</FeedKey>
<FeedTitle>My Feed 1</FeedTitle>
<FeedURL>https://www.fabrikam.com/rss1</FeedURL>
</FeedItem>
<FeedItem wcm:action="add">
<FeedKey>Feed2</FeedKey>
<FeedTitle>My Feed 2</FeedTitle>
<FeedURL>https://www.fabrikam.com/rss2</FeedURL>
</FeedItem>
</FeedList>