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.


The following tables list the members exposed by Checkin.

Public Constructors

  Name Description
Static Public method Checkin Overloaded.  
Top

Protected Constructors

  Name Description
Static Family method Checkin Overloaded.  
Top

Protected Fields

  Name Description
Family field vals   (inherited from PendingAction)
Top

Public Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetAutoClassify Returns whether a document will be auto-classified during check in.
Public method GetBinaryListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetBinaryValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetBooleanListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetBooleanValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetCheckinMinorVersion Returns whether a document will be checked in as a new minor version.
Public method GetDateTimeListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetDateTimeValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetEngineObjectValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetFloat64ListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetFloat64Value Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetIdListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetIdValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetInteger32ListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetInteger32Value Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetObjectData Overridden. This method is exposed to satisfy the ISerializable interface.
Public method GetObjectValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetStringListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetStringValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method PutObjectValue Adds an object as the value for the named parameter to the parameter bag for this PendingAction object. If the named parameter already exists, it is overwritten with the new value. (inherited from PendingAction)
Public method PutValue Overloaded. Adds a value for the named parameter to the parameter bag for this PendingAction object. (inherited from PendingAction)
Public method ToString Returns a String representation of this PendingAction instance. The string (in the format “Class= Values= ”) consists of the name of the class of which this PendingAction is an instance and the parameter values from its parameter bag. For example, for a “create” pending action, this method returns the class name, Create, followed by the parameter values for class ID, object ID, and so on. (inherited from PendingAction)
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

Explicit Interface Implementations

  Name Description
Static Private method Checkin Overloaded.  
Top

See Also