3.1.4.44 ResetPicture

The ResetPicture operation SHOULD<93> be used to remove all customizations on a picture in a presentation.

The following is the WSDL port type specification of the ResetPicture WSDL operation.

 <wsdl:operation name="ResetPicture" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://schemas.microsoft.com/office/PowerPoint/Server/WebServices/PowerPointEditServerInternalService/IPptEdit/ResetPicture" message="tns:IPptEdit_ResetPicture_InputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
   <wsdl:output wsaw:Action="http://schemas.microsoft.com/office/PowerPoint/Server/WebServices/PowerPointEditServerInternalService/IPptEdit/ResetPictureResponse" message="tns:IPptEdit_ResetPicture_OutputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends an IPptEdit_ResetPicture_InputMessage request message, and the protocol server responds with an IPptEdit_ResetPicture_OutputMessage response message.