CheckIn(Boolean):Void

Returns the editing process for the data object.

If a data object has been checked out, then it is locked for editing for other users. In order to release this editing process for others, the data object must be returned. This is done by means of this method.

In addition to the release of the editing process, the content changes to the data object are implicitly saved beforehand. If the changes are not to be saved, but the editing process released nonetheless, then the method UndoCheckout is to be used.

This method is able to return data objects which are currently checked out by other users. The calling user must have the role of user manager to do this however.

Return type: System.Void

Parameter

force

Type: System.Boolean

This parameter indicates whether the return of the data object is to be effected, even if the current editor of the data object is not the user who calls the method.

If the method is called with the value false, then an AccessPermissionException is triggered if the current editor of the data object is not the calling user. The method CheckIn corresponds to this call.