IContextualScriptedContentFragmentExtension
is defined in the Telligent.Evolution.Extensibility.UI.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IContextualScriptedContentFragmentExtension { string ExtensionName { get; } Object GetExtension(NameValueCollection context); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ExtensionName | string |
Methods
Object GetExtension(NameValueCollection context);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
context | NameValueCollection | Context | Required |
Return Type
Object