A set of plugins that must all be enabled/disabled together
IPluginGroup
is defined in the Telligent.Evolution.Extensibility.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IPluginGroup : IPlugin { IEnumerable<Type> Plugins { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Plugins | IEnumerable<Type> | Plugins in this group |