Search Results for

    Show / Hide Table of Contents

    Class SourceFileInfo

    Inheritance
    Object
    SourceFileInfo
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.DocAsCode.Plugins
    Assembly: Microsoft.DocAsCode.Plugins.dll
    Syntax
    public class SourceFileInfo

    Properties

    | Improve this Doc View Source

    DocumentType

    Declaration
    public string DocumentType { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    IsIncremental

    Declaration
    public bool IsIncremental { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    SourceRelativePath

    Declaration
    public string SourceRelativePath { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    FromManifestItem(ManifestItem)

    Declaration
    public static SourceFileInfo FromManifestItem(ManifestItem manifestItem)
    Parameters
    Type Name Description
    ManifestItem manifestItem
    Returns
    Type Description
    SourceFileInfo

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX