Category Windchill servers, Object ProServercheckinopts

Function ProServercheckinoptsKeepcheckedoutSet


Description
Sets the keep checked out flag. If set to PRO_B_TRUE, checked-in objects would remain checked out after the checkin operation. The default value is false. Does not apply to upload operations.
Replacement in Object TOOLKIT: pfcServer::CheckinObjects
Synopsis
#include <ProWTUtils.h>
ProErrorProServercheckinoptsKeepcheckedoutSet(
ProServerCheckinOptions opts
/* (In)
The checkin options.
*/
ProBoolean keep_checked_out
/* (In)
The keep checked out flag.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. Data Management: Windchill Operations: CheckIn
  2. Data Management: Windchill Operations: CheckIn