FlowPushNotificationOptions Properties
An object defining properties for the FlowPushNotificationOptions class.
Caption
A multilingual dictionary containing the captions of the push notifications, mapping language codes to caption text.
Type: Dictionary<string, string>
EnablePushNotification
Indicates whether push notifications are enabled for the workflow.
Type: bool
Message
A multilingual dictionary containing the messages of the push notifications, mapping language codes to message content.
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