Represents a pending action for checking out a document. When a document calls the Checkout method, the API automatically creates an instance of the Checkout class and adds it to the underlying object's collection of PendingAction objects.


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

Syntax

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

Inheritance Hierarchy

System.Object
   FileNet.Api.Action.PendingAction
      FileNet.Api.Action.Checkout

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