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 in the response for PwsGetProject and it contains the complete set of information about a project. The structure is used to retrieve detailed project information from the server and it is included in the response for both PwsGetProject and PwsSaveProject.

Format

PwsSkillElement

Elements

Element

Data Type

Required?

Default

Description

SkillDetail

PwsSkillElement




Usage Example(s)


Example 01
             <a:Skill xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:SkillDetail>
                  <b:SkillGroupIdentity>
                     <b:SkillGroupId i:nil="true"/>
                     <b:SkillGroupName>Technology</b:SkillGroupName>
                     <b:SkillGroupUid>1152921504606850400</b:SkillGroupUid>
                  </b:SkillGroupIdentity>
                  <b:SkillId i:nil="true"/>
                  <b:SkillName>HTML</b:SkillName>
                  <b:SkillUid>1152921504606868628</b:SkillUid>
                  <b:InactiveFlag>false</b:InactiveFlag>
                  <b:NewSkillName i:nil="true"/>
                  <b:SortOrder>7</b:SortOrder>
               </b:SkillDetail>
            </a:Skill>



  • No labels