NotificationType Class

The NotificationType class represents a type of notification in Microsoft Office SharePoint Portal Server 2003. Derive from this class to create new notification types.

System.Object

   Microsoft.SharePoint.Portal.Alerts.Extension

      Microsoft.SharePoint.Portal.Alerts.NotificationType

Public Constructors

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

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

Public Methods

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

Name Description
GetNotification(Microsoft.SharePoint.Portal.Alerts.NotificationSite, Microsoft.SharePoint.Portal.Alerts.NotificationSeed, System.DateTime) Override to get the notification with the specified parameters.

Public Properties

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

Name Data type Description
ExtensionId String Gets a unique identifier for this extension.
NotificationTypeId String Gets a unique identifier for this notification type.

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