NotificationSeed Class

The NotificationSeed class contains parameter information that is stored in the notification queue for a single notification. The gatherer invokes the specified notification type with these parameters so that the notification is generated.

System.Object

   Microsoft.SharePoint.Portal.Alerts.NotificationSeed

Public Properties

The following table shows the properties of the NotificationSeed class and a brief description of each.

Name Description
Owner Gets the globally unique identifier (GUID) of the owner of this notification.
SeedValue Gets additional text data about this notification, usually a reference to alert data in the database.
Tag Gets a numeric tag for this notification, usually the identifier for the alert to which this notification corresponds.
TypeId Gets the type of this notification.

Public Methods

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

Name Description
ToString Gets a concatenation of the property values for this class.

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