| Description | ||||||||||||||||||||
| Checks in or uploads objects to the database. 
 NOTE: The model must be saved to the workspace (using ProMdlSave() before it can be checked in or uploaded. This function does not save the model by default. NOTE:This function checks in the target objects by default. To upload only use ProServercheckinoptsUploadonlySet().  | 
            ||||||||||||||||||||
| Replacement in Object TOOLKIT: | pfcServer::UploadObjectsWithOptions | |||||||||||||||||||
| pfcServer::CheckinObjects | ||||||||||||||||||||
| Synopsis | ||||||||||||||||||||
| #include <ProWTUtils.h> | ||||||||||||||||||||
| ProError | ProServerObjectsCheckin | ( | ||||||||||||||||||
| ProMdl mdl | ||||||||||||||||||||
| /* (In) | ||||||||||||||||||||
| The top level model to checkin or upload. Can be NULL (to check in or upload the entire workspace). | ||||||||||||||||||||
| */ | ||||||||||||||||||||
| ProServerCheckinOptions options | ||||||||||||||||||||
| /* (In) | ||||||||||||||||||||
| An opaque handle to checkin or upload options. Pass NULL for a default checkin (as per Creo Parametric's Checkin button in the File menu). | ||||||||||||||||||||
| */ | ||||||||||||||||||||
| ProServerCheckinConflicts* conflicts | ||||||||||||||||||||
| /* (Out) | ||||||||||||||||||||
| Information about checkin or upload conflicts. NULL if the error return != PRO_TK_CHECKOUT_CONFLICT. Pass NULL if not interested in conflicts details. | ||||||||||||||||||||
| */ | ||||||||||||||||||||
| ) | ||||||||||||||||||||
| Returns | ||||||||||||||||||||
                    
  | 
            ||||||||||||||||||||
| See Also | ||||||||||||||||||||
| ProServercheckinoptsAlloc | ||||||||||||||||||||
| ProServercheckinoptsDeflocationSet | ||||||||||||||||||||
| ProServercheckinoptsLocationAdd | ||||||||||||||||||||
| ProServercheckinoptsBaselineSet | ||||||||||||||||||||
| ProServercheckinoptsKeepcheckedoutSet | ||||||||||||||||||||
| ProServercheckinoptsAutoresolveSet | ||||||||||||||||||||
| ProServercheckinoptsUploadonlySet | ||||||||||||||||||||