Plugin containing localized strings
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[] | Default set of localized templates. |
Methods
void SetController(ITemplatablePluginController controller);
Provides access to the current template controller for this plugin. The controller provides access to retrieve the current set of localized templates for this plugin.
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
controller | ITemplatablePluginController | Controller | Required |