Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello -
I'm iterating through a list of selected elements and I want to Pin/UnPin them.
If I run:
PIN_STATUS = [i.Pinned for i in my_selection]
I get a list of
[true, false, true, true, ... ]
In the API the method is
Pinned { get; set; }
But I could not make it work.
(I have the transaction started and ended before and after)
Help greatly appreciated.
Thank you.
Solved! Go to Solution.