AtomEntry.

InReplyToReferences Property

Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Atom
Containing Type
AtomEntry

Syntax

[XmlElement("in-reply-to", Namespace = ThreadingNamespace)]
public List<AtomInReplyTo> InReplyToReferences { get; }

Attributes

Type Description
XmlElementAttribute

Value

Type Description
List<AtomInReplyTo>
GitHub