...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
GlobalNotificationDisplayName | String | The global notification display name |
. | Notifications that new versions of Projector are released (Release Notes) | |
GlobalNotificationSettingDetail | This structure contains the complete set of information about a user's global notification settings |
. | ||
OverrideGlobalNotificationSettingFlag | Boolean | If set to 'true', this user's global notification setting |
has been overridden from that of the default ( |
determined by the user types associated with the user |
). |
false |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:PwsGlobalNotificationSettingElement> <b:GlobalNotificationDisplayName>Notifications that new versions of Projector are released (Release Notes)</b:GlobalNotificationDisplayName> <b:GlobalNotificationSettingDetail> <b:GlobalNotificationIdentity> <b:GlobalNotificationId i:nil="true"/> <b:GlobalNotificationTag>ReleaseNotes</b:GlobalNotificationTag> </b:GlobalNotificationIdentity> <b:GlobalNotificationSetting>false</b:GlobalNotificationSetting> </b:GlobalNotificationSettingDetail> <b:OverrideGlobalNotificationSettingFlag>false</b:OverrideGlobalNotificationSettingFlag> </b:PwsGlobalNotificationSettingElement> |