AlertEditPage Class

The AlertEditPage class implements the base class for creating and editing new alert pages, or manipulating alerts of an unknown type, in the user interface (UI). The AlertType implementation uses the AlertEditPage implementation to create a new alert.

System.Object

   Microsoft.SharePoint.Portal.Alerts.AlertEditPage

Public Constructors

The following table shows the constructors of the AlertEditPage class and a brief description of each.

Name Description
AlertEditPage Initializes a new instance of the AlertEditPage class. This constructor is protected.

Public Methods

The following table shows the methods of the AlertEditPage class and a brief description of each.

Name Description
OnCreateAlert(Microsoft.SharePoint.Portal.Alerts.Alert) Override to apply user settings to a newly created alert. This method is also invoked when you edit an alert.
OnCreateAlertException(System.Exception) Override to get a flag that indicates how to handle exceptions that are specific to alert creation, and are not handled by page objects.

Public Properties

The following table shows the properties of the AlertEditPage class, the data type of each property, and a brief description of each.

Name Data Type Description
OptionsFilterControl System.Web.UI.WebControls.WebControl Gets a WebControl object that displays filtering options and sets the scope for results received for this alert.
PageDescription String Override to get the description for you alert creation page implementation.
PageTitle String Override to set the title for your alert edit page implementation.
ResultsFilterControl System.Web.UI.WebControls.WebControl Gets a WebControl object that is a mini-text filter for this alert.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.

Requirements

Namespace: Microsoft.SharePoint.Portal.Alerts

Platforms: Microsoft Windows Server 2003

Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Security: Code Access Security