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 |
Creates a new sitemap item at the specified location. |
Properties
Name | Value | Summary |
---|---|---|
ChangeFrequency | Nullable |
Gets or sets the expected frequency of changes of the item.
|
LastModUtc | Nullable |
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 |
Gets or sets the priority of the item.
|