Overview
This structure contains the complete set of information about a user's setting (on or off) for a specific global notification settings.
Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Description | Sample Data |
---|---|---|---|
GlobalNotificationIdentity | The global notification identity. | ||
GlobalNotificationSetting | Boolean | If set to 'true', the user will receive an email for this notification type. | false |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:GlobalNotificationSettingDetail> <b:GlobalNotificationIdentity> <b:GlobalNotificationId i:nil="true"/> <b:GlobalNotificationTag>ReleaseNotes</b:GlobalNotificationTag> </b:GlobalNotificationIdentity> <b:GlobalNotificationSetting>false</b:GlobalNotificationSetting> </b:GlobalNotificationSettingDetail> |