Click or drag to resize

PFPageNotifications Class

Provides methods to manage notifications, stored on the current HttpContext and available throughout the request cycle.
Inheritance Hierarchy
SystemObject
  Packflow.InterfacePFPageNotifications

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 PFPageNotifications

The PFPageNotifications type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddError
Adds an error notification.
Public methodStatic memberAddSuccess
Adds a success notification.
Public methodStatic memberAddWarning
Adds a warning notification.
Public methodStatic memberAnyError
Determines if there is any error in the current request.
Public methodStatic memberGetErrorNotifications
Gets error notifications.
Public methodStatic memberGetSuccessNotifications
Gets success notifications.
Public methodStatic memberGetWarningNotifications
Gets warning notifications.
Top
See Also