System.Object
UpdateAction
Client Declaration
public class UpdateAction
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 in the IBM® FileNet® P8 documentation.
UpdateAction objUpdate = new UpdateAction();
<xsd:complexType name="UpdateAction"> <xsd:complexContent> <xsd:extension base="ActionType"/> </xsd:complexContent> </xsd:complexType>