FeedList is a container for FeedItem settings.

Child Elements

FeedItem

Specifies a Web feed to be received on the computer.

Valid Configuration Passes

specialize

Parent Hierarchy

Applies To

For a 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 FeedList.

  Copy Code
<FeedList>
   <FeedItem wcm:action="add">
	<FeedKey>Feed1</FeedKey>
	<FeedTitle>My Feed 1</FeedTitle>
	<FeedURL>http://www.fabrikam.com/rss1</FeedURL>
   </FeedItem>
   <FeedItem wcm:action="add">
	<FeedKey>Feed2</FeedKey>
	<FeedTitle>My Feed 2</FeedTitle>
	<FeedURL>http://www.fabrikam.com/rss2</FeedURL>
   </FeedItem>
</FeedList>

See Also