Possible to get ITeamArea from Component, Baseline, Stream?
![]()
Hello,
From a UUID I am able to get to either a component, baseline, or stream. Is it possible from these to retrieve which TeamArea it belongs to? Thanks. |
One answer
![]()
On Wed, 07 May 2008 15:12:20 -0400, Srimanth Gunturi wrote:
From a UUID I am able to get to either a component, baseline, or Components and baselines are not scoped to a TeamArea. Streams are, you can get the TeamArea they belong to by calling stream.getOwner(); - Dmitry |