xpfActivateModel


 

FUNCTION xpfActivateModel (archivedModelName : STRING;
                           repositoryId      : GENERIC; 
                           modelName         : STRING;
                           options           : INTEGER) activatedModelId  : GENERIC; 
                

This function returns activated ModelId for the specified archived model.

Arguments


TypeNameComment
STRINGarchivedModelNameSpecifies the name of the archived model to be activated. Model names are case sensitive. The calling EDMuser must have read access to this model.
GENERICrepositoryIdSpecifies the name of the data repository that holds the model. Repository names are case sensitive.
STRINGmodelNameSpecifies 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.
INTEGERoptionsSpecifies the options to be used in the invocation of the xpfActivateModel function.

Return Value


 

TypeNameComment
GENERICactivatedModelIdactivated ModelId for the specified archived model.

Options


OptionComment
xpxSKIP_STEP_ID_MODELcomment
xpxRESTORE_MODEL_ADMIN_DATA 
xpxKEEP_ARCHIVED_MODEL 

 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

   
 

Related pages