DataWeb
Search Results for

    Show / Hide Table of Contents

    Class SiteMap.SiteMapIndex

    Represents a single index entry in the site map.

    Inheritance
    object
    SiteMap.SiteMapIndex
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX