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

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.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