How to find the related ProjectArea from an IShareable?
hi,
I'm trying to create a work item from a user selected file. And to create a work item, I need the project area first (right?). After some investigation, I managed to adapt IFile to IShareable, but how to get to ProjectArea from IShareable is still unknown... is there a way to convert? or am I going in a wrong way?
Appreciate any help!
Yang
I'm trying to create a work item from a user selected file. And to create a work item, I need the project area first (right?). After some investigation, I managed to adapt IFile to IShareable, but how to get to ProjectArea from IShareable is still unknown... is there a way to convert? or am I going in a wrong way?
Appreciate any help!
Yang
One answer
I'm trying to create a work item from a user selected file. And to
create a work item, I need the project area first (right?). After some
investigation, I managed to adapt IFile to IShareable, but how to get to
ProjectArea from IShareable is still unknown... is there a way to
convert? or am I going in a wrong way?
There isn't necessarily any association between an IShareable and a
project area.
- Dmitry