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 specify the update moniker in the tMbUpdate field and parameters of changes application in the tArg field. The moniker can be obtained on executing the OpenMbUpdate operation. In the tArg.meta field appears the changes and in the tArg.pattern field appears the template according to which the changes will apply.In the tArg.meta.execute field specify the execution parameters of any actions with update (start parameters, save/load and others).
The result of operation execution will be 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: