IContainerStateChanges
is defined in the Telligent.Evolution.Extensibility.Content.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IContainerStateChanges { void Deleted(Guid containerId); void Updated(IContainer content); }
Methods
void Deleted(Guid containerId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
containerId | Guid | Container Id | Required |
void Updated(IContainer content);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
content | IContainer | Content | Required |