UpdateAction Element

System.Object

ActionType

UpdateAction

 

Client Declaration

Represents a pending action for performing a properties-only modification to a Content Engine object. This action only saves the values of those object properties that have been modified since the object was last saved. For more information, see the Java™ API Update class topic.

 

Code Example

UpdateAction objUpdate = new UpdateAction();

 

XML Schema

<xsd:complexType name="UpdateAction">
   <xsd:complexContent>
      <xsd:extension base="ActionType"/>
   </xsd:complexContent>
</xsd:complexType>