Search Results for

    Show / Hide Table of Contents

    Class EnvironmentContext

    Inheritance
    Object
    EnvironmentContext
    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 static class EnvironmentContext

    Properties

    | Improve this Doc View Source

    BaseDirectory

    The directory path which contains docfx.json.

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

    FileAbstractLayer

    Get or set current file abstract layer.

    Declaration
    public static IFileAbstractLayer FileAbstractLayer { get; }
    Property Value
    Type Description
    IFileAbstractLayer
    | Improve this Doc View Source

    GitFeaturesDisabled

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

    OutputDirectory

    The output directory path.

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

    Version

    Declaration
    public static string Version { get; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX