Class OutputFileInfo
Inheritance
OutputFileInfo
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
|
Improve this Doc
View Source
LinkToPath
Declaration
[YamlMember(Alias = "link_to_path")]
[JsonProperty("link_to_path")]
public string LinkToPath { get; set; }
Property Value
|
Improve this Doc
View Source
RelativePath
Declaration
[YamlMember(Alias = "relative_path")]
[JsonProperty("relative_path")]
public string RelativePath { get; set; }
Property Value
Extension Methods