Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve performance of GetProjectReference in ProjectContentResolver.cs
Change approach of GetProjectReference method to get project items from ContentLink directly, then checking if any match the projectId, instead of getting all items in project and iterating all to check for a match of the contentLink. This will be an improvement on performance assuming the number of projectItems matching the Contentlink in any project is less than the total number of items in a project.