ITemplatablePlugin
is defined in the Telligent.Evolution.Extensibility.Templating.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface ITemplatablePlugin : IPlugin { TokenizedTemplate[] DefaultTemplates { get; } void SetController(ITemplatablePluginController controller); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
DefaultTemplates | TokenizedTemplate[] |
Methods
void SetController(ITemplatablePluginController controller);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
controller | ITemplatablePluginController | Controller | Required |