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.Web.UI
Assembly: CMS.Notifications.Web.UI (in CMS.Notifications.Web.UI.dll) Version: 10.0.0
Syntax
C#
public virtual CMSNotificationGatewayForm GetNotificationGatewayForm()

Return Value

Type: CMSNotificationGatewayForm
See Also