| Description | ||||||||||||||||||||
| Uploads an object to the database.
NOTE: The model must be saved with ProMdlSave() prior to upload. NOTE: This function requires the object to be retrieved into memory; to upload all files in the workspace use ProServerObjectsCheckin() with the option ProServercheckinoptsUploadonlySet() as PRO_B_TRUE. |
||||||||||||||||||||
| Replacement in Object TOOLKIT: | pfcServer::UploadObjects | |||||||||||||||||||
| Synopsis | ||||||||||||||||||||
| #include <ProWTUtils.h> | ||||||||||||||||||||
| ProError | ProServerObjectsUpload | ( | ||||||||||||||||||
| ProMdl mdl | ||||||||||||||||||||
| /* (In) | ||||||||||||||||||||
| The top level model to upload. | ||||||||||||||||||||
| */ | ||||||||||||||||||||
| ProServerUploadConflicts* conflicts | ||||||||||||||||||||
| /* (Out) | ||||||||||||||||||||
| Information about upload conflicts. NULL if the error return != PRO_TK_CHECKOUT_CONFLICT. Pass NULL if not interested in conflicts details. | ||||||||||||||||||||
| */ | ||||||||||||||||||||
| ) | ||||||||||||||||||||
| Returns | ||||||||||||||||||||
|
||||||||||||||||||||