Show / Hide Table of Contents

    Class OutputFileInfo

    Inheritance
    Object
    OutputFileInfo
    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 OutputFileInfo

    Properties

    | Improve this Doc View Source

    Hash

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

    LinkToPath

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

    RelativePath

    Declaration
    [YamlMember(Alias = "relative_path")]
    [JsonProperty("relative_path")]
    public string RelativePath { 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