Upload
An upload transfers Creo Parametric files and any other dependencies from the local workspace cache to the server-side workspace.
Function Introduced:
The function
ProServerObjectsUpload() uploads the specified object to the workspace. The object to be uploaded must be present in the current
Creo Parametric session. Additionally, ensure that you save the object using the function
ProMdlSave() before you upload it.
|
 To upload all the objects to the workspace without retrieving them in the current Creo Parametric session, use the function ProServerObjectsCheckin() with the checkin option upload_only set to PRO_B_TRUE.
|