Click or drag to resize

PFPageNotificationsHtmlHelperItemNotifications Method

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 ItemNotifications(
	PFItemPageContext pageContext,
	bool html,
	bool popupMode = false,
	bool includeLockErrors = true,
	bool includeWarningsInPopup = false
)

Parameters

pageContext
Type: Packflow.InterfacePFItemPageContext
html
Type: SystemBoolean
popupMode (Optional)
Type: SystemBoolean
includeLockErrors (Optional)
Type: SystemBoolean
includeWarningsInPopup (Optional)
Type: SystemBoolean

Return Value

Type: Html
See Also