System.Object
ActionType
UpdateAction
- Client Declaration
public class UpdateAction
Represents a pending action for performing a properties-only
modification to a
Content Engine object.
This action saves only 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>