Represents an “update” pending action. If there are dirty properties in the property cache when
is called, the API automatically creates an instance of an
pending action and adds it the underlying object’s
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
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.