Represents a pending action for checking out a document. When a document calls the
method, the API automatically creates an instance of the
class and adds it to the underlying object's collection of
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
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.