How to save several projects using PSI or VSTO

S

Smugliy

Hi,
My question is how can I save few(more than one projects) to mpp files.

for example in VSTO I can run:

applicationObject.ActiveProject.SaveAs(...)
But this is only for active project and If I want to save several projects
(for example from Master) ,how can I save all them?

Thanks,
Smugliy
 
Top