London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
If you find a solution please share it because I also wan't to do this.
I do it right now by getting all content by type and then getting all from softlinks and compare with LINQ expression. Not the best solution, but it works.
I have it working by simple brute force, much like you probably did. It works, but I imagine it won't scale.
I have it ina gadget, which is pulled async, so you get the little "Working..." graphic while it puls. Takes about a second in the default Alloy site.
Is there anything in the ContentSoftLinksRepository to find all media assets which are NOT being used -- so which have no soft links inbound to them? Or do I need to iterate them all and check each one?