Documentación de la API > Windchill servers > Object ProServercheckinopts > Function ProServercheckinoptsUploadonlySet
Function ProServercheckinoptsUploadonlySet
Description
Sets the flag to fully checkin the target objects or only to upload them to the server.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWTUtils.h>
ProServercheckinoptsUploadonlySet
(
/* (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
The function succeeded.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?