This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Describes how often an item is changed.

Namespace: Smartsite.Seo
Assembly:  Smartsite.Seo (in Smartsite.Seo.dll)

Syntax

C#Copy imageCopy Code
public enum ChangeFrequency
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration ChangeFrequency

Members

Member nameDescription
NotSet
Not set.
Always
The item changes at every request.
Hourly
The item changes hourly.
Daily
The item changes daily.
Weekly
The item changes weekly.
Monthly
The item changes Monthly.
Yearly
The item changes yearly.
Never
The item changes never.

See Also

Smartsite.Seo Namespace
Advanced