Previous Topic: bool GetUserCanModifyInput(void)

Next Topic: bool GetUseVersionList(void)


bool GetUsePackageList(void)

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

Note: To pass a list of packages 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 package list

Example

CaUDP& rUDP = rContext.GetUDP();
bool usepackage = rUDP.GetUsePackageList();

More information: