Hide Table of Contents
Class: NotificationType

Description

The NotificationType class is a collection of notification types that are available in the Workflow Manager (Classic) repository that are sent when certain events happen in the application.

Class hierarchy

esri.WorkflowManager.SupportClasses.NotificationType()

Properties

NameTypeSummary
attachJobAttachmentsbooleanIndicates to include a zip archive of all job attachments or not.
idintA unique identifier for the notification type.
messagestringThe message sent as part of the email notification.
sendersEmailstringThe email address of the sender.
sendersNamestringThe name of the sender.
subjectstringThe subject of the email.
subscribersstring[]A list of emails that are subscribed to the notification.
typestringThe type of notification that will be sent; the default is email.
Property Details

<boolean> attachJobAttachments

Indicates to include a zip archive of all job attachments or not.

<int> ID

A unique identifier for the notification type.

<string> message

The message sent as part of the email notification.

<string> sendersEmail

The email address of the sender.

<string> sendersName

The name of the sender.

<string> subject

The subject of the email.

<string[]> subscribers

A list of emails that are subscribed to the notification.

<string> type

The type of notification that will be sent; the default is email.