Enum SitemapFrequency
How frequently the page or URL is likely to change.
public enum SitemapFrequency
- Extension Methods
Fields
Always = 6Describes documents that change each time they are accessed.
Daily = 4Describes URL's that change daily.
Hourly = 5Describes URL's that change hourly.
Monthly = 2Describes URL's that change monthly.
Never = 0Describes archived URLs that never change.
Weekly = 3Describes URL's that change weekly.
Yearly = 1Describes URL's that change yearly.