Click or drag to resize

PFPageNotificationsHtmlHelperNotifications Method (PFPageContext, 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
)

Parameters

pageContext
Type: Packflow.InterfacePFPageContext
html
Type: SystemBoolean

Return Value

Type: Html
See Also