Bundt Scripting Reference
·
Bundt Scripting Language version 1.0.1.0
unseal
statement
Unseals a model into a new version.
Syntax
unseal [ModelName] as NewVersion
Element |
Type |
Optionality |
Notes |
ModelName |
Model name |
Optional. If no model name is specified, the model in context is used. If no model is in context, an error occurs. |
Specifies the model to be unsealed. If this model is already unsealed, an error will occur. |
NewVersion |
Expression<Version> |
Mandatory. |
Specifies the version of the resultant unsealed model, in version format. |
Returns
The unsealed model.
Examples
Intent |
Code |
Unseal the model in context |
unseal as 1.0.0.1; |
Unseal an explicit model |
unseal MySealedModel as 1.0.0.1; |
See Also
Contents distributed under a Creative Commons Attribution 4.0 International License
·
About
·
Terms of Use
·
Contact Us
·
last updated on 08 October 2020