Enum ChangeFreq
Specifies the change frequency of an URL in the site map.
Namespace: DataWeb.App
Assembly: DataWeb.Core.dll
Syntax
public enum ChangeFreq
Fields
Name | Description |
---|---|
Always | The URL is expected to change every time it is accessed. |
Daily | The URL is expected to change every day. |
Hourly | The URL is expected to change every hour. |
Monthly | The URL is expected to change every month. |
Never | The URL is never expected to change. |
Weekly | The URL is expected to change every week. |
Yearly | The URL is expected to change every year. |