Represents a “delete” pending action. Calling a method that deletes an object automatically creates an instance of Delete, which is then added to the underlying object’s PendingActions collection.


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

Syntax

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

Inheritance Hierarchy

System.Object
   FileNet.Api.Action.PendingAction
      FileNet.Api.Action.Delete

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