2.2.4.25 EditPresentationChanges

Namespace: http://schemas.datacontract.org/2004/07/p

The EditPresentationChanges complex type specifies the content of the presentation that is modified as a result of a request to the protocol server.

 <xs:complexType name="EditPresentationChanges" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="AddedSlideInfos" nillable="true" type="tns3:ArrayOfEditSlideInfoFe"/>
     <xs:element minOccurs="0" name="AddedSlides" nillable="true" type="tns3:ArrayOfEditSlide"/>
     <xs:element minOccurs="0" name="InvalidateAllThumbs" type="xs:boolean"/>
     <xs:element minOccurs="0" name="MainMasterIds" nillable="true" type="tns3:SlideIdList"/>
     <xs:element minOccurs="0" name="ModifiedSlides" nillable="true" type="tns3:ArrayOfEditSlideChanges"/>
     <xs:element minOccurs="0" name="Redo" type="xs:boolean"/>
     <xs:element minOccurs="0" name="SlideOrder" nillable="true" type="tns3:SlideIdList"/>
     <xs:element minOccurs="0" name="Undo" type="xs:boolean"/>
   </xs:sequence>
 </xs:complexType>

AddedSlideInfos: An ArrayOfEditSlideInfoFe complex element (section 2.2.4.8) that specifies information about presentation slides added to the presentation. This element MUST be present.

AddedSlides: An ArrayOfEditSlide complex element (section 2.2.4.5) that specifies presentation slides added to the presentation. This element MUST be present.

InvalidateAllThumbs: A boolean ([XMLSCHEMA2] section 3.2.2) that SHOULD<29> specify whether all thumbnails are invalid. This element MUST be present.

MainMasterIds: A SlideIdList complex element (section 2.2.4.45) that specifies main master slides that are referenced by presentation slides.

ModifiedSlides: An ArrayOfEditSlideChanges complex element (section 2.2.4.7) that specifies slide content that is modified. This element MUST be present.

Redo: A boolean that specifies whether a Redo operation (section 3.1.4.38) is possible. This element MUST be present.

SlideOrder: A SlideIdList complex element (section 2.2.4.45) that specifies the order of the presentation slides.

Undo: A boolean that specifies whether an Undo operation (section 3.1.4.65) is possible. This element MUST be present.