Show / Hide Table of Contents

    Class ManifestItem

    Inheritance
    Object
    ManifestItem
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:Microsoft.DocAsCode.Plugins
    Assembly:Microsoft.DocAsCode.Plugins.dll
    Syntax
    public class ManifestItem

    Properties

    | Improve this Doc View Source

    DocumentType

    Declaration
    [YamlMember(Alias = "type")]
    [JsonProperty("type")]
    public string DocumentType { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Metadata

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

    OutputFiles

    Declaration
    [YamlMember(Alias = "output")]
    [JsonProperty("output")]
    public Dictionary<string, OutputFileInfo> OutputFiles { get; set; }
    Property Value
    Type Description
    Dictionary<String, OutputFileInfo>
    | Improve this Doc View Source

    SourceRelativePath

    Declaration
    [YamlMember(Alias = "sourceRelativePath")]
    [JsonProperty("source_relative_path")]
    public string SourceRelativePath { get; set; }
    Property Value
    Type Description
    String

    Extension Methods

    JsonUtility.ToJsonString(Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX