Class ManifestItem
Assembly: Microsoft.DocAsCode.Plugins.dll
Syntax
public class ManifestItem
Fields
|
Improve this Doc
View Source
LogCodes
Declaration
[JsonProperty("log_codes")]
public ICollection<string> LogCodes
Field Value
Properties
|
Improve this Doc
View Source
DocumentType
Declaration
[JsonProperty("type")]
public string DocumentType { get; set; }
Property Value
|
Improve this Doc
View Source
Group
Declaration
[JsonProperty("group")]
public string Group { get; set; }
Property Value
|
Improve this Doc
View Source
IsIncremental
Declaration
[JsonProperty("is_incremental")]
public bool IsIncremental { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[JsonExtensionData]
public Dictionary<string, object> Metadata { get; set; }
Property Value
|
Improve this Doc
View Source
OutputFiles
Declaration
[JsonProperty("output")]
public OutputFileCollection OutputFiles { get; }
Property Value
|
Improve this Doc
View Source
SourceRelativePath
Declaration
[JsonProperty("source_relative_path")]
public string SourceRelativePath { get; set; }
Property Value
|
Improve this Doc
View Source
Version
Declaration
[JsonProperty("version")]
public string Version { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Clone()
Declaration
public ManifestItem Clone()
Returns
|
Improve this Doc
View Source
Clone(Boolean, String)
Declaration
public ManifestItem Clone(bool isIncremental, string sourceRelativePath)
Parameters
Type |
Name |
Description |
Boolean |
isIncremental |
|
String |
sourceRelativePath |
|
Returns
Extension Methods