Click or drag to resize
CMSNotificationGatewayGetNotificationGatewayForm Method
Returns notification gateway form with custom control(s) which are used to enter/select user target(s) the provider should send notification to. You will need to override this method for your custom gateway.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntax
C#
public virtual CMSNotificationGatewayForm GetNotificationGatewayForm()

Return Value

Type: CMSNotificationGatewayForm
See Also