...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfCreateModelVersion (repositoryName : STRING;
modelName : GENERIC;
modelVersionName : STRING)
modelVersionId : GENERIC;
|
Use this function to create a new model version, and retunrs the versionID in the argument <modelVersionId>.
This function is equivalent to the EDMinterface function edmiCreateModelVersion.
Arguments
...
Type | Name | Comment |
STRING | repositoryName | comments |
GENERIC | modelName | |
STRING | modelVersionName |
Return Value
...
Type | Name | Comment |
GENERIC | modelVersionId | comments |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|