Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
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 | ✅ Yes, on Windows | ❌ 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
- WindowsUserNotification.GetTag
- WindowsUserNotification.GetText
- WindowsUserNotification.Release
- WindowsUserNotification.SetGroup
- WindowsUserNotification.SetImagePath
- WindowsUserNotification.SetPriority
- WindowsUserNotification.SetRemoteId
- WindowsUserNotification.SetText
- WindowsUserNotification.Setting
- WindowsUserNotification.XMLUsed
Release notes
- Version 13.1
- Added WindowsUserNotification.SetTag and WindowsUserNotification.GetTag functions.
Blog Entries
This function checks for a paid license.
Created 21st January 2023, last changed 21st January 2023
WindowsUserNotification.SetSuppressPopup - WindowsUserNotification.SetText
