Search Results for

    Show / Hide Table of Contents

    Class SitemapOptions

    Inheritance
    Object
    SitemapElementOptions
    SitemapOptions
    Inherited Members
    SitemapElementOptions.BaseUrl
    SitemapElementOptions.ChangeFrequency
    SitemapElementOptions.Priority
    SitemapElementOptions.LastModified
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.DocAsCode.Plugins
    Assembly: Microsoft.DocAsCode.Plugins.dll
    Syntax
    [Serializable]
    public class SitemapOptions : SitemapElementOptions

    Properties

    | Improve this Doc View Source

    FileOptions

    Declaration
    [JsonProperty("fileOptions")]
    [JsonConverter(typeof(DictionaryAsListJsonConverter<SitemapElementOptions>))]
    public IList<KeyValuePair<string, SitemapElementOptions>> FileOptions { get; set; }
    Property Value
    Type Description
    IList<KeyValuePair<String, SitemapElementOptions>>

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX