2.2.4.5 ChangeDataForAddUsedTerm

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

Change data for a term being used on a site collection.

 <xs:complexType name="ChangeDataForAddUsedTerm">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="Data">
       <xs:complexType>
         <xs:sequence>
           <xs:element minOccurs="1" maxOccurs="1" name="SiteGuid" type="ser:guid"/>
           <xs:element minOccurs="1" maxOccurs="1" name="TermSetId" type="ser:guid"/>
           <xs:element minOccurs="1" maxOccurs="1" name="TermId" type="ser:guid"/>
         </xs:sequence>
       </xs:complexType>
     </xs:element>
   </xs:sequence>
 </xs:complexType>

Data: Root element.

Data.SiteGuid: Identifier of the site collection.

Data.TermSetId: Identifier of the term set of the term being added.

Data.TermId: Identifier of the term being added.