Previous Topic: bool GetUsePackageList(void)

Next Topic: LPCTSTR GetAddCmdLineArg(void)


bool GetUseVersionList(void)

Returns the current boolean setting for whether on not the versions in the VersionChooser will be sent to the UDP process during Execute().

Note: To pass a list of versions to a UDP process, this boolean is only part of the process. The following must happen:

Owning Class

CaUDP

Arguments

None

Return Value

bool-the current setting for using the version list

Example

CaUDP& rUDP = rContext.GetUDP(); bool useversion = rUDP.GetUseVersionList();

More information: