Notification Class

The Notification class represents a notification in Microsoft Office SharePoint Portal Server 2003.

System.Object

   Microsoft.SharePoint.Portal.Alerts.Notification

Public Constructors

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

Name Description
Notification(Microsoft.SharePoint.Portal.Alerts.NotificationSite, Microsoft.SharePoint.Portal.Alerts.NotificationSeed) Initializes a new instance of the Notification class with the specified references to NotificationSite and NotificationSeed objects. This constructor is protected.

Public Methods

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

Name Description
GetNotificationXml Override this method to get the text for this notification in XML format.
OnDelivery(String, Boolean) Override this method to log the delivery channel to which this notification was sent, and the success code.
OnTransform(System.Xml.Xsl.XslTransform, System.Exception) Override this method to capture errors in transforming the XML for this notification, and the exception to throw.

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