Sitecore now has a very nice method for getting a list of items that refer to an item, i.e. items that have been selected in multi-lists, as a link or lookup.
Once you have a list of items that link to an item you can see if the link comes from a particular field using the SourceFieldId property of the ItemLink class.
You can find more information on Neil P's blog.
Add comment