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> | ||||||||
ProError | ProServercheckoutoptsDownloadSet | ( | ||||||
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 | ||||||||
|