Base Plugin Interface
IPlugin is defined in the Telligent.Evolution.Extensibility.Version1 namespace of Telligent.Evolution.Platform.dll
IPlugin
Telligent.Evolution.Extensibility.Version1
interface IPlugin { string Description { get; } string Name { get; } void Initialize(); }
string
Called after all enabled plugins are instantiated by the plugin manager. Initialize() should be used to register event handlers and perform other initialization processes.