Skip to main content

FlowWebNotificationOptions Properties

An object defining properties for the FlowWebNotificationOptions class.

Title

A multilingual dictionary containing the titles of the web notifications, mapping language codes to title text.

Type: Dictionary<string, string>


IsChanged

Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.

Type: bool


Message

A multilingual dictionary containing the messages of the web notifications, mapping language codes to message content.

Type: Dictionary<string, string>