SYNTAX:
xpfArchiveModel (repositoryId : GENERIC; modelName : STRING; archivedModelName : STRING; options : INTEGER) archivedModelId : GENERIC;
The xpfArchiveModel function returns the ?archivedModelId? for the specified model to be archived.
The argument <repositoryId> specifies the name of the data repository that holds the model to be archived. Repository names are case sensitive.
The argument <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.
The argument <archivedModelName> specifies the name of the archived model. Model names are case sensitive.
The <options> argument specifies the options to be used in the invocation of the xpfArchiveModel function. The options value can be specified as a bitwise OR between the actual options to enable. All option names are defined in the header file sdai.h. See the edmiArchiveModel for options description.
This function is equivalent to the EDMinterface function edmiArchiveModel.
General
Content
Integrations