Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxRenameModelVersion (modelIdxpxRenameModelVersionBN (repositoryName : STRING; modelName : GENERIC; : STRING; versionId modelVersionName : INTEGERSTRING; newModelVersionName : STRING); status : INTEGER; |
Use this function to ....
Arguments
...
Type | Name | Comment |
GENERIC | modelId | |
INTEGER | versionId | |
STRING | repositoryName | The name of the repository |
STRING | modelName | The name of the model |
STRING | modelVersionName | Current model version name |
STRING | newModelVersionNamecomment | The new model version name |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
...