Represents a pending action for recovering a deleted object. When the Recover method is called, the API automatically creates an instance of the Recover class and adds it to the underlying object's collection of PendingAction objects.

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

ToggleSyntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Recover _
	Inherits PendingAction
C#
[SerializableAttribute]
public class Recover : PendingAction
Visual C++
[SerializableAttribute]
public ref class Recover : public PendingAction
JavaScript
FileNet.Api.Action.Recover = function();

Type.createClass(
	'FileNet.Api.Action.Recover',
	FileNet.Api.Action.PendingAction);

ToggleInheritance Hierarchy

System..::.Object
  FileNet.Api.Action..::.PendingAction
    FileNet.Api.Action..::.Recover

ToggleSee Also