RssItem.

SlashComments Property

Summary

Gets and sets the number of comments for this item
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssItem

Syntax

[DefaultValue(null)]
[XmlElement(SlashCommentsElement, Namespace = SlashNamespace)]
public int SlashComments { get; set; }

Attributes

Type Description
DefaultValueAttribute
XmlElementAttribute

Value

Type Description
int
GitHub