Description | ||||||||
Sets the flag to autoresolve incomplete objects being checked in or uploaded. | ||||||||
Synopsis | ||||||||
#include <ProWTUtils.h> | ||||||||
ProError | ProServercheckinoptsAutoresolveSet | ( | ||||||
ProServerCheckinOptions options | ||||||||
/* (In) | ||||||||
The checkin/upload options. | ||||||||
*/ | ||||||||
ProServerAutoresolveOption autoresolve | ||||||||
/* (In) | ||||||||
The autoresolve option to use. The default for this flag, if not explicitly set, is PRO_SERVER_DONT_AUTORESOLVE, which might cause a conflict if a model has a reference to an object not in the workspace. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|