IContentEmbeddableContentTypeController
is defined in the Telligent.Evolution.Extensibility.EmbeddableContent.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IContentEmbeddableContentTypeController { void AddUpdateEmbeddableContent(Guid contentId, Guid contentTypeId, string html); void AddUpdateEmbeddableContent(Guid contentId, Guid contentTypeId, IEnumerable<string> htmlSections); }
Methods
void AddUpdateEmbeddableContent(Guid contentId, Guid contentTypeId, string html);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
contentId | Guid | Content Id | Required | ||
contentTypeId | Guid | Content Type Id | Required | ||
html | string | Html | Required |
void AddUpdateEmbeddableContent(Guid contentId, Guid contentTypeId, IEnumerable<string> htmlSections);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
contentId | Guid | Content Id | Required | ||
contentTypeId | Guid | Content Type Id | Required | ||
htmlSections | IEnumerable<string> | Html Sections | Required |