Message 1 of 4

Not applicable
10-04-2016
03:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear,
I can get list of All parameter from Document using.
BindingMap map = doc.ParameterBindings;
DefinitionBindingMapIterator it = map.ForwardIterator();
But i also want to know which parameter is shared or parameter that shown in below figure:
Is there is possibility. As i read various blog this is not exposed in API. Can we get using any trick?.
Solved! Go to Solution.