Represents an item in the site map.
- Namespace
- Statiq
.Core - 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 | Property Type | Summary |
|---|---|---|
| ChangeFrequency | Sitemap |
Gets or sets the expected frequency of changes of the item.
|
| LastModUtc | 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 | double? |
Gets or sets the priority of the item.
|