IPluginManager Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Provides methods for a plugin manager in that Content Studio.

Namespace: ContentStudio.Plugins
Assembly: CS5Interfaces (in CS5Interfaces.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public interface IPluginManager
Methods

  NameDescription
Public methodGetInstance(Type)
Gets an instance of the provided service (plug-in), using its name.
Public methodGetInstance(Type, IDictionaryType, Object)
Gets an instance of the provided service (plug-in), using its name.
Public methodGetInstanceTService
Gets an instance of the provided service (plug-in), using its name.
Public methodGetInstanceTService(IDictionaryType, Object)
Gets an instance of the provided service (plug-in), using its name.
Public methodRegister(Type, Object)
Registers the specified service as a singleton instance.
Public methodRegisterTService(TService)
Registers the specified service as a singleton instance.
Public methodRegisterTService, TImplementation
Registers the specified service.
Top
Remarks

Content Studio provides a default implementation of this interface.
See Also

Reference