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 skill. The structure is used to retrieve detailed project skill information from the server and it is included in the response for PwsGetSkill and PwsSaveSkill. 

Format

Panel
titlePwsSkillElement

...

Element

Data Type

Description

SkillDetail

PwsSkillDetail

This structure contains the complete set of information about a skill. 


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
             <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>

...