Click or drag to resize

Alert Fields

The Alert type exposes the following members.

Fields
  NameDescription
Public fieldBody
Gets/Sets the body of the alert
Public fieldDeliveryDateUTC
Gets/Sets the delivery time. If null, the alert is delivered immediately.
Public fieldExpireDateUTC
Gets/Sets the expiration date. If null, the alert will not expire.
Public fieldLinkURL
Gets/Sets the URL (typically handler.ashx?req=nav&mop=[MOP]&pk=[pk]). See LinkText.
Public fieldMOP
Gets/Sets the MOP (if this is set along with the PrimaryKey, the LinkURL is automatically constructed.)
Public fieldPrimaryKey
Gets/Sets the PrimaryKey value (used in the LinkURL)
Public fieldRelatedID
Gets/Sets the RelatedID (string, int, Guid).
Public fieldRelatedType
Gets/Sets the type of the RelatedID as it should be stored in the database.
Public fieldSubject
Gets/Sets the subject of the alert.
Public fieldUserID
Gets/Sets the UserID who will receive the alert.
Top
See Also