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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top