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> | ||||||||
ProError | ProServercheckinoptsUploadonlySet | ( | ||||||
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 | ||||||||
|