Class ManifestItem
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
|
Improve this Doc
View Source
Declaration
[ExtensibleMember]
[JsonExtensionData]
public Dictionary<string, object> Metadata { get; set; }
Property Value
|
Improve this Doc
View Source
OutputFiles
Declaration
[YamlMember(Alias = "output")]
[JsonProperty("output")]
public Dictionary<string, OutputFileInfo> OutputFiles { get; set; }
Property Value
|
Improve this Doc
View Source
SourceRelativePath
Declaration
[YamlMember(Alias = "sourceRelativePath")]
[JsonProperty("source_relative_path")]
public string SourceRelativePath { get; set; }
Property Value
Extension Methods