Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

WindowsUserNotification.SetTag

Sets the unique identifier of this notification within the notification Group.

Component Version macOS Windows Linux Server iOS SDK
WindowsUserNotification 13.1 ❌ No ✅ Yes ❌ No ❌ No ❌ No
MBS( "WindowsUserNotification.SetTag"; Notification; Value )   More

Parameters

Parameter Description Example
Notification The reference number for the Windows User Notification. $Notification
Value The new tag value. 123456

Result

Returns OK or error.

Description

Sets the unique identifier of this notification within the notification Group.
This API returns an error if the property is set to null or the empty string.
The tag can be maximum 16 characters long. However, the Creators Update (15063) extends this limit to 64 characters.
e.g. could be the record ID for the notification in your database.

See also

Release notes

Blog Entries

This function checks for a license.

Created 21st January 2023, last changed 21st January 2023


WindowsUserNotification.SetSuppressPopup - WindowsUserNotification.SetText