2.2.4.43 ChangeDataForUpdateTerm

Namespace: http://schemas.microsoft.com/sharepoint/taxonomy/soap/

Change data for a term is being updated.<7>

 <xs:complexType name="ChangeDataForUpdateTerm">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Data">
       <xs:complexType>
         <xs:sequence>
           <xs:element minOccurs="0" maxOccurs="1" name="E" type="xs:string"/>
         </xs:sequence>
       </xs:complexType>
     </xs:element>
   </xs:sequence>
 </xs:complexType>

Data: Root element.

Data.E: Details of the update. It is composed of a sequence of strings separated by pipe (|). The string MUST represent one of the following:

  • The languages in which term labels have been changed. In this case, the string starts with "L", followed by LCIDs for those languages, separated by a semicolon (;).

  • The languages in which term descriptions have been changed. In this case, the string starts with "D", followed by LCIDs for those languages, separated by a semicolon (;).

  • The names of custom properties that are shared among reused instances of this term and have been changed for this term. In this case, the string starts with "P", followed by custom property names, separated by a semicolon (;).

  • The names of custom properties that are specific the term's term set and have been changed for this term. In this case, the string starts with "LP", followed by custom property names, separated by a semicolon (;).