PwsProjectTaskSubscription

Overview

This structure contains a reference to a user that has signed up to receive notification on a project task. The structure is used both to retrieve detailed project task subscription information and to pass information about a project task subscription back to the server to get updated.

Format

PwsProjectTaskSubscription
  • PwsProjectTaskSubscription

Elements

Element

Data Type

Required?

Default

Description

Sample Data

UserIdentity

PwsUserRef

Yes


The user that is signed up to receive notification on a given task.


Usage Example(s)


Example 01
                              <b:PwsProjectTaskSubscription>
                                 <b:UserIdentity>
                                    <b:UserDisplayName>Allison Moore</b:UserDisplayName>
                                    <b:UserId i:nil="true"/>
                                    <b:UserReferenceSystemId>016</b:UserReferenceSystemId>
                                    <b:UserUid>1152921504606944228</b:UserUid>
                                 </b:UserIdentity>
                              </b:PwsProjectTaskSubscription>