IContentEmbeddableContentTypeController
is defined in the Telligent.Evolution.Extensibility.EmbeddableContent.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
interface IContentEmbeddableContentTypeController { void Deleted(Guid contentId, Guid? typeId); bool Updated(Guid contentId, Guid? typeId, Action<IContentEmbeddableUpdater> updater); }
Methods
void Deleted(Guid contentId, Guid? typeId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
contentId | Guid | Content Id | Required | ||
typeId | Guid? | Type Id | Required |
bool Updated(Guid contentId, Guid? typeId, Action<IContentEmbeddableUpdater> updater);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
contentId | Guid | Content Id | Required | ||
typeId | Guid? | Type Id | Required | ||
updater | Action<IContentEmbeddableUpdater> | Updater | Required |
Return Type
bool