Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Starteam 2005 COM API

Tags:

starteam

Has anyone worked with the StarTeam COM API (Specifically, intergrating with C#).

I need to write a helper function that returns a directory structure out of Starteam, but all I've been able to retrieve using this API has been a list of views.

Has anyone else tried this?

like image 853
FlySwat Avatar asked Dec 06 '25 04:12

FlySwat


1 Answers

the Starteam object model is heirachical, projects contain views, views contain folders, folders contain items (child folders, files, cr's etc)

So once you have your view list you can get the folders that belong to the view, then you have a few properties that determine how they map to the local file system, both the view object and the folder objects have a readonly path property. There are 4 other properties of interest though, on the view object read up on the DefaultPath and AlternatePath properties and on the folder object the DefaultPathFragment and AlternatePathFragment.

like image 122
Tim Jarvis Avatar answered Dec 08 '25 23:12

Tim Jarvis



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!