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