Click or drag to resize

PFPageNotificationsHtmlHelperNotifications Method (PFPageContext, Boolean, Boolean)

Generates text or html with all notifications on the current request.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static Html Notifications(
	PFPageContext pageContext,
	bool html,
	bool popupMode
)

Parameters

pageContext
Type: Packflow.InterfacePFPageContext
html
Type: SystemBoolean
popupMode
Type: SystemBoolean

Return Value

Type: Html
See Also