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 xpxRenameModelVersion (modelId : GENERIC;
versionId : INTEGER;
newModelVersionName : STRING)
status : INTEGER;
|
Use this function to ....
Arguments
...
Type | Name | Comment |
GENERIC | modelId | |
INTEGER | versionId | |
STRING | newModelVersionName | comment |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|