Category Windchill servers, Object ProServercheckinopts

Function ProServercheckinoptsDeflocationSet


Description
Sets the default folder location in which objects not currently assigned a location will be assigned. Objects that already exist on the server and objects that are not checked in or uploaded will be unaffected by this option. Override specific object locations by using ProServercheckinoptsLocationAdd().
Synopsis
#include <ProWTUtils.h>
ProErrorProServercheckinoptsDeflocationSet(
ProServerCheckinOptions opts
/* (In)
The checkin/upload options.
*/
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 )
  2. pt_wc_server ( PTWCServerUtils.c )