ExecuteChangesRequest Element

System.Object

ExecuteChangesRequest

 

Client Declaration

Represents the input for an ExecuteChanges operation.

 

Element Structure

Elements

Attributes

Attributes Specific to .NET Clients

 

XML Schema

<xsd:element name="ExecuteChangesRequest">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element name="ChangeRequest" type="ChangeRequestType" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
      <xsd:attribute name="refresh" type="xsd:boolean"/>
   </xsd:complexType>
</xsd:element>