Click or drag to resize
NotificationGatewayInfoProviderSetInfo Method
Inserts or Updates the object to the database.

Namespace: CMS.Notifications.Web.UI
Assembly: CMS.Notifications.Web.UI (in CMS.Notifications.Web.UI.dll) Version: 12.0.0
Syntax
C#
protected override void SetInfo(
	NotificationGatewayInfo info
)

Parameters

info
Type: CMS.Notifications.Web.UINotificationGatewayInfo
Object to insert / update
See Also