3.1.4.51.3.9 ExecuteSPSearchEventHistoryResponseBody
This complex type contains an array of type ArrayOfEventHistoryTableRow (section 3.1.4.51.3.1) of the events in the update server’s event history that match the specified filter criteria.
-
<xsd:complexType name="ExecuteSPSearchEventHistoryResponseBody"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="1" name="ExecuteSPSearchEventHistoryResult" nillable="true" type="tns:ArrayOfEventHistoryTableRow"/> </xsd:sequence> </xsd:complexType>
ExecuteSPSearchEventHistoryResult: This field MUST be present. It contains an array of event history items. The data type is specified in section 3.1.4.51.3.1. If the WSDL operation does not yield any results for the parameters specified, this field MUST be set to an empty array.