getComponentSyncContexts
![]() Hello to the forum members,
|
Accepted answer
![]() This api is internal and should not be used by clients. If you provide us with the scenario we could suggest an alternative. Gidi Gal selected this answer as the correct answer
|
Comments
Hello Shashikant,
I am using this API to get information on IShareable elements regarding their status in the pending changes view:
- Are they unresolved ?
- Are they in incoming\outgoing change-set ?
- Are they in conflict ? Do they need merge ?
Is there an alternative API to answer these questions ?
Thanks,
Gidi
If you have IShareable then you should be able to get the type of change using IShareable#getChange method which returns ILocalChange and you can use ILocalChange#getType method to get the type.
Thanks Shashikant,I will try this API.