Check In Items
The following example checks in items that are currently checked out.
WARNING: Changes to items currently being edited may be lost.
- Connect to the administration web service.
Code Sample
# Checks in the items that have been checked out for 20 minutes or longer.
$minutes = 20;
$administration.DO_CheckInItems($minutes);