Category Windchill servers, Object ProServercheckinopts

Function ProServercheckinoptsLocationAdd


Description
Sets the folder location in which a particular object will be placed. If the object is not checked in or uploaded, setting this value will have no effect.
Synopsis
#include <ProWTUtils.h>
ProErrorProServercheckinoptsLocationAdd(
ProServerCheckinOptions opts
/* (In)
The checkin/upload options.
*/
wchar_t* model_name
/* (In)
The name of the object.
*/
wchar_t* folder_location
/* (In)
The location folder path.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. Data Management: Windchill Operations: CheckIn
  2. Data Management: Windchill Operations: CheckIn

Sample Code References:

  1. pt_wc_server ( PTWCServerPopulate.c )