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); Notification Get(NotificationGetOptions 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 |
Notification Get(NotificationGetOptions options);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
options | NotificationGetOptions | Options | Required |
Return Type
Notification