Category Windchill servers, Object ProServercheckinopts

Function ProServercheckinoptsUploadonlySet


Description
Sets the flag to fully checkin the target objects or only to upload them to the server.
Replacement in Object TOOLKIT: pfcServer::UploadObjectsWithOptions
Synopsis
#include <ProWTUtils.h>
ProErrorProServercheckinoptsUploadonlySet(
ProServerCheckinOptions options
/* (In)
The checkin/upload options.
*/
ProBoolean upload_only
/* (In)
PRO_B_TRUE to upload but not checkin the target objects, PRO_B_FALSE to (possibly upload) and checkin the objects. The default for this flag, if not explicitly set, is PRO_B_FALSE, to cause a checkin..
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

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