PwsGlobalNotificationSettingDetail

Overview


This structure contains a user's setting (on or off) for a specific global notification.

Format


PwsGlobalNotificationSettingDetail
  • PwsGlobalNotificationSettingDetail

Elements


Element

Data Type

Description

Sample Data

GlobalNotificationIdentity

PwsGlobalNotificationRef

 The global notification identity.


GlobalNotificationSetting

Boolean

 If set to 'true', the user will receive an email for this notification type.

false

Usage Example(s)


Example 01
                        <b:GlobalNotificationSettingDetail>
                           <b:GlobalNotificationIdentity>
                              <b:GlobalNotificationId i:nil="true"/>
                              <b:GlobalNotificationTag>ReleaseNotes</b:GlobalNotificationTag>
                           </b:GlobalNotificationIdentity>
                           <b:GlobalNotificationSetting>false</b:GlobalNotificationSetting>
                        </b:GlobalNotificationSettingDetail>