SPAlertHandlerParams Members
Include Protected Members
Include Inherited Members
A structure containing a light weight SPAlert object and information needed to generate an alert message.
The SPAlertHandlerParams type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from ValueType.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from ValueType.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
a | A light weight SPAlert object. |
![]() |
body | String representing the HTML email body. |
![]() |
eventData | Event data xml for the alert notification. |
![]() |
handlerProperties | The string representing the handlerProperties as set in <NotificationHandlerProperties>. |
![]() |
headers | Includes other email properties such as "from", "To", "reply-to", "Subject" (can be accessed using headers ["Subject"]). |
![]() |
siteId | Guid representing the ID of the site. |
![]() |
siteUrl | String representing the URL of the Web site. |
![]() |
webId | Guid representing the ID of the Web site. |
![]() |
webUrl | A string representing the Web Url. |
Top