...
SYNTAX:
xpfArchiveModel (repositoryId : GENERIC; modelName : STRING; archivedModelName : STRING; options : INTEGER) archivedModelId : GENERIC;
The xpfArchiveModel function returns the ?archivedModelId?
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfArchiveModel (repositoryId : GENERIC;
modelName : STRING;
archivedModelName : STRING;
options : INTEGER)
archivedModelId : GENERIC;
|
Use this function to return the archivedModelId for the specified model to be archived.
The argument <repositoryId>
Arguments
...
Type | Name | Comment |
GENERIC | repositoryId | specifies the name of the data repository that holds the model to be archived. Repository names are case sensitive. |
...
STRING | modelName | specifies the name of the model. Model names are case sensitive. The model can be open or closed. The calling EDMuser must have read access to this model. |
...
STRING | archivedModelName | specifies the name of the archived model. Model names are case sensitive. |
INTEGER |
...
options | see below |
Return Value
...
Type | Name | Comment |
GENERIC | archivedModelId | id of the archived model |
Options
...
Option | Comment |
xpxKEEP_ACTIVE_MODEL | comment |
xpxSKIP_STEP_ID_MODEL |
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|