It's all about the answers!

Ask a question

RTC API to unload and remove Repository Workspace programmatically.


sowmya M (1918) | asked Feb 07 '19, 1:35 a.m.
Hi All,

Is there any RTC API to unload and delete the "Sandbox" programmatically (EX: C://Sandboxes).

One answer



permanent link
Shashikant Padur (4.2k27) | answered Feb 07 '19, 1:51 a.m.
JAZZ DEVELOPER

This is achieved by unsharing the components of a workspace. Take a look at IUnshareOperation which also allows you to specify whether to delete the content in the filesystem when you unshare the component.

Your answer


Register or to post your answer.