IFlowPushNotificationOptions
Represents options for push notifications in a workflow, including multilingual captions, messages, enablement, and a flag for modification status.
Properties
Name | Description |
---|---|
IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
Message | A multilingual dictionary containing the messages of the push notifications, mapping language codes to message content. |
EnablePushNotification | Indicates whether push notifications are enabled for the workflow. |
Caption | A multilingual dictionary containing the captions of the push notifications, mapping language codes to caption text. |