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 sets up the update elements tree, sets various update parameters for separate tree elements and the update itself, starts update application process, saves update to the file or repository object or downloads from file or repository object and exports 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 methods of using the 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: