Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
titlePwsGlobalNotificationSettingDetail
  • PwsGlobalNotificationSettingDetail

...

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)


Code Block
languagexml
titleExample 01
collapsetrue
                        <b:GlobalNotificationSettingDetail>
                           <b:GlobalNotificationIdentity>
                              <b:GlobalNotificationId i:nil="true"/>
                              <b:GlobalNotificationTag>ReleaseNotes</b:GlobalNotificationTag>
                           </b:GlobalNotificationIdentity>
                           <b:GlobalNotificationSetting>false</b:GlobalNotificationSetting>
                        </b:GlobalNotificationSettingDetail>