Search Results for

    Show / Hide Table of Contents

    Class GroupInfo

    Inheritance
    Object
    GroupInfo
    Inherited Members
    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
    public class GroupInfo

    Properties

    | Improve this Doc View Source

    Destination

    Declaration
    public string Destination { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Metadata

    Declaration
    public Dictionary<string, object> Metadata { get; set; }
    Property Value
    Type Description
    Dictionary<String, Object>
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    XRefTags

    Declaration
    public List<string> XRefTags { get; set; }
    Property Value
    Type Description
    List<String>

    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