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.SetGroup
Sets the group identifier for the notification.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WindowsUserNotification | 13.1 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
MBS( "WindowsUserNotification.SetGroup"; Notification; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
Notification | The reference number for the Windows User Notification. | $Notification |
Value | The new group text. |
Result
Returns OK or error.
Description
Sets the group identifier for the notification.In previous versions of Windows, the group property can be a maximum length of 16 characters long. However, in the Creators Update (15063), the maximum limit was increased to 64 characters.
See also
- WindowsUserNotification.GetGroup
- WindowsUserNotification.GetText
- WindowsUserNotification.SetPriority
- WindowsUserNotification.SetRemoteId
- WindowsUserNotification.SetScriptName
- WindowsUserNotification.SetSuppressPopup
- WindowsUserNotification.SetTag
- WindowsUserNotification.SetText
- WindowsUserNotification.Setting
- WindowsUserNotification.XMLUsed
Release notes
- Version 13.1
- Added WindowsUserNotification.SetGroup and WindowsUserNotification.GetGroup functions.
Blog Entries
This function checks for a paid license.
Created 21st January 2023, last changed 21st January 2023
WindowsUserNotification.SetFileName - WindowsUserNotification.SetImagePath
