Code Block |
---|
language | cpp |
---|
theme | Confluence |
---|
|
FUNCTION xpxRenameModelVersionxpxRollbackModelBN (modelIdrepositoryName : STRING;
: GENERIC; modelName : STRING;
versionId modelVersionName : INTEGERSTRING;
options newModelVersionName : STRING) : INTEGER)
status 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 | |
STRINGINTEGER | newModelVersionNameoptions | commentsee below |
Return Value
...
Insert excerpt |
---|
| US:_r_XPX_Return_Value |
---|
| US:_r_XPX_Return_Value |
---|
nopanel | true |
---|
|
Options
...
...
Option | Comment |
XPXOPTION | option |
Example
...
Code Block |
---|
|
<Missing Example> |
...