Summary
The change frequency for each item in the site map.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Modules .Contents - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["ChangeFrequency"]
class Type type-node
Syntax
public enum ChangeFrequency
Fields
Name | Constant Value | Summary |
---|---|---|
Always | 0 |
The item always changes.
static
|
Daily | 2 |
The item changes daily.
static
|
Hourly | 1 |
The item changes hourly.
static
|
Monthly | 4 |
The item changes monthly.
static
|
Never | 6 |
The item never changes.
static
|
Weekly | 3 |
The item changes weekly.
static
|
Yearly | 5 |
The item changes yearly.
static
|