Show / Hide Table of Contents

    Class SourceFileInfo

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

    Properties

    DocumentType

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

    IsIncremental

    Declaration
    public bool IsIncremental { get; }
    Property Value
    Type Description
    Boolean

    SourceRelativePath

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

    Methods

    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)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX