SYNTAX:
xpxRenameModelVersionBN (repositoryName : STRING;
modelName : STRING;
modelVersionName : STRING;
newModelVersionName : STRING);
status : INTEGER;
To be completed
The function xpxRenameModelVersionBN
Description:
This function changes the name of a given repository.
NOTE: Only the "administrators" of an repository are allowed to rename a it. The "system repositories" (SystemRepository, DictionaryRepository, DataRepository, EDMvisualExpress) cannot be renamed.
Signature:
FUNCTION xpxRenameRepository (repositoryName : STRING;
newRepositoryName : STRING)
status : INTEGER;
Arguments:
repositoryName | current repository name |
newRepositoryName | new repository name |
status |
|
...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxRenameModelVersionBN (repositoryName : STRING;
modelName : STRING;
modelVersionName : STRING;
newModelVersionName : STRING);
status : INTEGER;
|
Use this function to ....
Arguments
...
Type | Name | Comment |
STRING | repositoryName | The name of the repository |
STRING | modelName | The name of the model |
STRING | modelVersionName | Current model version name |
STRING | newModelVersionName | The new model version name |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|