API 文档 > Windchill servers > Object ProServercheckinopts > Function ProServercheckinoptsDeflocationSet
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>
ProServercheckinoptsDeflocationSet
(
/* (In)
The checkin/upload options.
*/
wchar_t* folder_location
/* (In)
The location folder path.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
Sample Code References
User Guide References
这对您有帮助吗?