RssGuid.

IsPermaLink Property

Summary

Gets and sets if the identifier is a permanent URL.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssGuid

Syntax

[DefaultValue(true)]
[XmlAttribute("isPermaLink")]
public bool IsPermaLink { get; set; }

Attributes

Type Description
DefaultValueAttribute
XmlAttributeAttribute

Value

Type Description
bool
GitHub