3.1.4.44.2.1 GetChangedTermSets

The input data for the GetChangedTermSets WSDL operation.

 <xs:element name="GetChangedTermSets">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="1" name="sinceTime" type="xs:dateTime"/>
       <xs:element minOccurs="0" name="propertyName" nillable="true" type="xs:string"/>
       <xs:element minOccurs="0" name="propertyValue" nillable="true" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

sinceTime: The time after which changed term sets are returned.

propertyName: A filter to apply on the term sets returned. If the propertyName is not NULL, the returned term set MUST have a custom property defined with the name that matches the propertyName passed in. This comparison MUST be a case-insensitive match, but MUST match all characters in the string.

propertyValue: A filter to apply on the term sets returned.  If the propertyValue is not NULL, the returned term sets MUST have a custom property defined with a value that matches the propertyValue passed in. This comparison MUST be a case-insensitive match, but MUST match all characters in the string.