Click or drag to resize
CMSNotificationGatewayFormGetNotificationGatewayForm Method
Gets the notification gateway form which is loaded according to the specified path.

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(
	string path
)

Parameters

path
Type: SystemString
Virtual path to the control to load

Return Value

Type: CMSNotificationGatewayForm
See Also