SitemapItem Class

Summary

Represents an item in the site map.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Modules.Contents
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["SitemapItem"] class Type type-node

Syntax

public class SitemapItem

Constructors

Name Summary
SitemapItem(string) Creates a new sitemap item at the specified location.

Properties

Name Value Summary
ChangeFrequency Nullable<ChangeFrequency>
Gets or sets the expected frequency of changes of the item.
LastModUtc Nullable<DateTime>
Gets or sets the last modified time of the item in UTC.
Location string
Gets or sets the location of the sitemap item.
Priority Nullable<double>
Gets or sets the priority of the item.
GitHub