Category Windchill servers, Object ProServercheckinopts

Function ProServercheckinoptsBaselineSet


Description
Sets the baseline information to use for a given checkin operation. Does not apply to upload operations.
Replacement in Object TOOLKIT: pfcServer::CheckinObjects
Synopsis
#include <ProWTUtils.h>
ProErrorProServercheckinoptsBaselineSet(
ProServerCheckinOptions opts
/* (In)
The checkin options.
*/
ProBoolean create_baseline
/* (In)
PRO_B_TRUE to create a new baseline upon checkin.
*/
wchar_t* baseline_name
/* (In)
The baseline name. This argument is mandatory and cannot be NULL.
*/
wchar_t* baseline_number
/* (In)
The baseline number. Pass NULL to use the default number.
*/
wchar_t* baseline_location
/* (In)
The baseline location. Pass NULL to use the default location.
*/
wchar_t* baseline_lifecycle
/* (In)
The baseline lifecycle. Pass NULL to use the default lifecycle.
*/
)
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