Category Windchill servers, Object ProServercheckoutopts

Function ProServercheckoutoptsDownloadSet


Description
Sets the flag for download or link in the checkout options structure. Applicable only if the application is checking out the objects (PRO_B_TRUE passed to ProServerObjectsCheckout() argument checkout).
Synopsis
#include <ProWTUtils.h>
ProErrorProServercheckoutoptsDownloadSet(
ProServerCheckoutOptions opts
/* (In)
The checkout options.
*/
ProBoolean download
/* (In)
PRO_B_TRUE to download the checked out files, PRO_B_FALSE to check out as a link.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. Data Management: Windchill Operations: Checkout and Download
  2. Data Management: Windchill Operations: Checkout and Download