IContentEmbeddableUpdater
is defined in the Telligent.Evolution.Extensibility.EmbeddableContent.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
interface IContentEmbeddableUpdater { string Update(string html); }
Methods
string Update(string html);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
html | string | Html | Required |
Return Type
string