Click or drag to resize

PFPageNotificationsHtmlHelper Class

Provides methods to generate html from request notifications.
Inheritance Hierarchy
SystemObject
  Packflow.InterfacePFPageNotificationsHtmlHelper

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 class PFPageNotificationsHtmlHelper

The PFPageNotificationsHtmlHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberItemNotifications
Generates text or html with all notifications on the current request.
Public methodStatic memberNotifications(PFPageContext, Boolean)
Generates text or html with all notifications on the current request.
Public methodStatic memberNotifications(PFPageContext, Boolean, Boolean)
Generates text or html with all notifications on the current request.
Top
See Also