SearchResponseControl extends from Control and indicates that additional search results have been found
SearchResponseControl is only returned from a search API call, if the countLimit property specified in the SearchControl data object is set to a value greater than 0.
<<xsd:complexType name="SearchResponseControl"> <xsd:complexContent> <xsd:extension base="Control"> <xsd:attribute name="hasMoreResults" type="xsd:boolean"/> </xsd:extension> </xsd:complexContent> </xsd:complexType>
<wim:controls xsi:type="wim:SearchResponseControl" hasMoreResults="true"/>