Search Results for

    Show / Hide Table of Contents

    Interface ICorePlugin

    The ICorePlugin interface defines an item that should be treated as a plug-in in ImageVault Core

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

    Methods

    Init(IServiceFactory)

    Initiates the plug-in. This method is called once when the Plug-in has been created.

    Declaration
    void Init(IServiceFactory serviceFactory)
    Parameters
    Type Name Description
    IServiceFactory serviceFactory

    The IServiceFactory that the plug-in should use.

    In This Article
    Back to top (c) Meriworks 2002-2022