RdfChannel.

Items Property

Summary

Gets and sets an RDF table of contents, associating the document's items with this particular RSS channel.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rdf
Containing Type
RdfChannel

Syntax

[XmlElement("items", Namespace = RdfFeedBase.NamespaceRss10)]
public RdfSequence Items { get; set; }

Remarks

Required even if empty.

Attributes

Type Description
XmlElementAttribute

Value

Type Description
RdfSequence
GitHub