Sets a boolean value for whether to pass the UDP process a Version List which would be expanded by the [VERSION] system variable.
Note: To pass a list of versions to a UDP process, this boolean is only part of the process. The following must happen:
CaUDP
bool bUseVersionChooser-to use versions in version chooser or not
bool-what was set for this value
Example
CaUDP& rUDP = rContext.GetUDP(); rUDP.SetUseVersionList(true); CaVersionChooser &rVersionUDP = rContext.GetVersionChooser(); rVersionUDP.Clear(); rVersionUDP.SetItemName( “*.cpp” ); rVesrionUDP.Execute(); rUDP.Execute();
More information:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|