Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


 
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
 

  • No labels