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