3.1.4.154.3.2 ExecuteSPSimpleSearchUpdatesResponseBody

Contains the requested updates that match the specified parameter.

  
 <xsd:complexType name="ExecuteSPSimpleSearchUpdatesResponseBody">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="ExecuteSPSimpleSearchUpdatesResult" nillable="true" type="tns:CompleteUpdates"/>
   </xsd:sequence>
 </xsd:complexType>

ExecuteSPSimpleSearchUpdatesResult: This field MUST be present. It contains a collection of updates that match the specified text. When no updates are found to match, an empty collection is returned.