Class SourceFileInfo
Inheritance
SourceFileInfo
Namespace:Microsoft.DocAsCode.Plugins
Assembly:Microsoft.DocAsCode.Plugins.dll
Syntax
public class SourceFileInfo
Properties
DocumentType
Declaration
public string DocumentType { get; }
Property Value
IsIncremental
Declaration
public bool IsIncremental { get; }
Property Value
SourceRelativePath
Declaration
public string SourceRelativePath { get; }
Property Value
Methods
FromManifestItem(ManifestItem)
Declaration
public static SourceFileInfo FromManifestItem(ManifestItem manifestItem)
Parameters
Returns
Extension Methods