Update\Release component

  • Thread starter Thread starter Mikhail Mintchenkov
  • Start date Start date
M

Mikhail Mintchenkov

Hi,

I'm looking for the way of updating and releasing the component from CLI or
script.
The recommended way to script tedious work is to use CMIEXP.

Who knows how to update\release component vis CMI?

Best Regards,
Mikhail Mintchenkov
 
Mikhail,

See my previous reply to you in another thread regarding component Update.
The property Released (IInstance and IComponent interface) will show you if particular component or instance of that component is
released (not the instance itself but the component that instance represents).

You can read and write the Released property and therefore setting it to True and updating (re-importing) the component will mark it
"released" in the database.
 
Back
Top