Represents an “update” pending action. If there are dirty properties in the property cache when Save is called, the API automatically creates an instance of an Update pending action and adds it the underlying object’s PendingActions collection.


Namespace: FileNet.Api.Action
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute>
Public Class Update
    Inherits PendingAction
C#
[SerializableAttribute]
public class Update : PendingAction
C++
[SerializableAttribute]
ref class Update : PendingAction
J#
/** @attribute SerializableAttribute() */
public class Update extends PendingAction
JScript
public 
   SerializableAttribute
class Update extends PendingAction

Inheritance Hierarchy

System.Object
   FileNet.Api.Action.PendingAction
      FileNet.Api.Action.Update

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also