Class SiteMap.SiteMapIndex
Represents a single index entry in the site map.
Inherited Members
Namespace: DataWeb.App
Assembly: DataWeb.Core.dll
Syntax
public class SiteMap.SiteMapIndex
Constructors
SiteMapIndex()
Initializes a new instance of the SiteMap.SiteMapIndex class.
Declaration
public SiteMapIndex()
SiteMapIndex(string, DateTime?)
Initializes a new instance of the SiteMap.SiteMapIndex class with the specified parameters.
Declaration
public SiteMapIndex(string loc, DateTime? lastMod = null)
Parameters
Type | Name | Description |
---|---|---|
string | loc | The location (URL) of the index. |
DateTime? | lastMod | The last modified date of the index. |
Properties
LastMod
Gets or sets the last modified date of the index.
Declaration
public DateTime? LastMod { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
Loc
Gets or sets the location (URL) of the index.
Declaration
public string Loc { get; set; }
Property Value
Type | Description |
---|---|
string |