Upload
An upload transfers 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 session. Additionally, ensure that you save the object using the function
ProMdlSave() before you upload it.
|
Note:
|
To upload all the objects to the workspace without retrieving them in the current session, use the function ProServerObjectsCheckin() with the checkin option upload_only set to PRO_B_TRUE.
|
Parent topic