Search Results for

    Show / Hide Table of Contents

    Class ExtensionContext

    Context information about the extension hosting environment

    Inheritance
    System.Object
    ExtensionContext
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class ExtensionContext : Object

    Constructors

    ExtensionContext()

    Declaration
    public ExtensionContext()

    Properties

    ClientId

    Returns the ClientId for the current extension environment.

    Declaration
    public string ClientId { get; set; }
    Property Value
    Type Description
    System.String

    EnvironmentType

    Return the type of environment the extension is hosted in.

    Declaration
    public EnvironmentType EnvironmentType { get; set; }
    Property Value
    Type Description
    EnvironmentType
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX