Search Results for

    Show / Hide Table of Contents

    Interface ICorePluginInfo

    Defines configured information about the plugin

    Namespace: ImageVault.Core.Common
    Assembly: ImageVault.Core.dll
    Syntax
    public interface ICorePluginInfo

    Properties

    Config

    Configuration for the plugin

    Declaration
    string Config { get; }
    Property Value
    Type Description
    System.String

    Id

    Id of the configured plugin

    Declaration
    int Id { get; }
    Property Value
    Type Description
    System.Int32

    Priority

    Gets the priority of the plugin

    Declaration
    int? Priority { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    TypeName

    Get/Sets the TypeName of the CorePluginInfo

    Declaration
    string TypeName { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top (c) Meriworks 2002-2022