SetMbUpdateResult SetMbUpdate(MbUpdateId tMbUpdate, SetMbUpdateArg tArg)
tMbUpdate. Moniker for working with the update.
tArg. Operation execution parameters.
The SetMbUpdate operation changes update settings.
The operation enables setting up the update elements tree, setting various update parameters for separaete tree elements and the update itself, starting update application process, saving update to the file or repository object or downloading from file or repository object and exporting the update elements tree to the file. To execute the operation, in the tMbUpdate field specify the update moniker, and in the tArg field specify parameters for applying changes. The moniker can be obtained on executing the OpenMbUpdate operation. In the tArg.meta field specify the changes to be made, and in the tArg.pattern field specify the pattern that will be used to apply the changes. In the tArg.meta.execute field specify the execution parameters of any actions with update (start parameters, save/load and others).
The operation results in the latest information about the update, if the tArg.metaGet field was specified.
Various ways of using this operation are given in the following examples:
Example name |
Add Objects to Update |
Install Update Unit |
Save Update to File |
Load Update from File |
Install Update |
See also: