Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview


This structure is returned by services such as PwsGetUser, which return the full details about users. This structure contains a user's global notification structure (PwsGlobalNotificationSettingDetail).

Format


PwsGlobalNotificationSettingElement
  • PwsGlobalNotificationSettingElement

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

PwsGlobalNotificationSettingDetail

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 may be overridden from that of the default (set by the user type)

false

Usage Example(s)


Example 01
                    <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>
  • No labels