If I add a recent item, via the JumpList.AddToRecentCategory static method, how can I ensure that the same item is "overwritten" and goes to the top of the list without creating a duplicate?

Specifically, I am adding JumpTask objects each time, as recent items in my application are not actually physical files on disk.

link|improve this question

70% accept rate
bool exists = Enumerable.Any(item => item.Title == newItem.Title) on JumpList.JumpItems – jberger Apr 30 at 20:45
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.