SyndicationFeed.ElementExtensions Property

Definition

Gets the list of child elements within the element.

public:
 property IVector<ISyndicationNode ^> ^ ElementExtensions { IVector<ISyndicationNode ^> ^ get(); };
IVector<ISyndicationNode> ElementExtensions();
public IList<ISyndicationNode> ElementExtensions { get; }
var iVector = syndicationFeed.elementExtensions;
Public ReadOnly Property ElementExtensions As IList(Of ISyndicationNode)

Property Value

The list of child elements within the element.

Implements

Remarks

The following elements in the RSS 2.0 documents do not have public accessors;they can be accessed by searching the ElementExtensions collection on the SyndicationFeed object:

  • /rss/channel/docs
  • /rss/channel/cloud
  • /rss/channel/pubDate
  • /rss/channel/webmaster
  • /rss/channel/ttl
  • /rss/channel/rating
  • /rss/channel/textInput
  • /rss/channel/skipDays
  • /rss/channel/skipHours

Applies to