Class OutputFileInfo
Inheritance
OutputFileInfo
Namespace:Microsoft.DocAsCode.Plugins
Assembly:Microsoft.DocAsCode.Plugins.dll
Syntax
public class OutputFileInfo : INotifyPropertyChanged
Properties
Hash
Declaration
[JsonProperty("hash")]
public string Hash { get; set; }
Property Value
LinkToPath
Declaration
[JsonProperty("link_to_path")]
public string LinkToPath { get; set; }
Property Value
Declaration
[JsonExtensionData]
public Dictionary<string, object> Metadata { get; set; }
Property Value
RelativePath
Declaration
[JsonProperty("relative_path")]
public string RelativePath { get; set; }
Property Value
Methods
OnPropertyChanged(String, String, String)
Declaration
protected void OnPropertyChanged(string propertyName, string original, string current)
Parameters
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods