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.ActionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class Update _ Inherits PendingAction |
C# |
---|
[SerializableAttribute] public class Update : PendingAction |
Visual C++ |
---|
[SerializableAttribute] public ref class Update : public PendingAction |
JavaScript |
---|
FileNet.Api.Action.Update = function(); Type.createClass( 'FileNet.Api.Action.Update', FileNet.Api.Action.PendingAction); |