Represents a pending action for checking in a document as a new version. When a document calls the
Checkin method, the API automatically creates an instance of the Checkin
class and adds it to the underlying object's collection of PendingAction objects.
Namespace:
FileNet.Api.Action
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
<SerializableAttribute> _
Public Class Checkin _
Inherits PendingAction |
Visual C++ |
---|
[SerializableAttribute]
public ref class Checkin : public PendingAction |