IScriptedEmbeddableFactoryDefaultProvider is defined in the Telligent.Evolution.Extensibility.EmbeddableContent.Version2 namespace of Telligent.Evolution.Platform.dll
Definition
interface IScriptedEmbeddableFactoryDefaultProvider : IPlugin { Guid ScriptedEmbeddableFactoryDefaultIdentifier { get; } void SetController(IScriptedEmbeddableFactoryDefaultController controller); }
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ScriptedEmbeddableFactoryDefaultIdentifier | Guid |
Methods
void SetController(IScriptedEmbeddableFactoryDefaultController controller);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| controller | IScriptedEmbeddableFactoryDefaultController | Controller | Required |