You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 10/umbraco-cms/reference/notifications/README.md
+23-5Lines changed: 23 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,14 +277,32 @@ Umbraco uses notifications to allow people to hook into different workflow proce
277
277
278
278
## Showing messages in the CMS
279
279
280
-
You can inform the Umbraco user of the status of your notification by adding messages to the `notification.Messages` property.
280
+
When handling notifications for CMS actions, you can inform the Umbraco user of the status of your notification by adding to the `notification.Messages` property within the `Handle` function.
281
281
282
-
For example:
282
+
This could be used to inform the user to an additional operation that has been performed, or alert them to an error that has occoured.
0 commit comments