INotificationController
is defined in the Telligent.Evolution.Extensibility.Content.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface INotificationController { void CreateUpdate(NotificationCreateUpdateOptions options); void Delete(NotificationDeleteOptions options); }
Methods
void CreateUpdate(NotificationCreateUpdateOptions options);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
options | NotificationCreateUpdateOptions | Options | Required |
void Delete(NotificationDeleteOptions options);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
options | NotificationDeleteOptions | Options | Required |