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