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 |
|
EXAMPLE