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 |
| Visual C++ |
|---|
[SerializableAttribute] public ref class Delete : public PendingAction |
| JavaScript |
|---|
FileNet.Api.Action.Delete = function(); Type.createClass( 'FileNet.Api.Action.Delete', FileNet.Api.Action.PendingAction); |