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!
Your best bet would be using Find. Unfortunately IContentLoader and IContentRepository has no such method to filter by createdby
Depending on your use case, this may not be the best option, but the database is always your friend!
SELECT * FROM tblContent WHERE CreatorName = 'markus'
If you want ALL content, Episerver Find is limited to content actually being indexed.
@ Quan Mai
We're using Find but unfortunately not all content is indexed in Find.
@ Tomas Hensrud Gulla
Thanks for the suggestion! Can't see that tblContent will be changed in the near future :-)
Hi!
Given a user in EPiServer CMS, would it be possible to use the API and find all content created by him/her? If so, does anyone have some pseudo-code to point in the right direction?
Thank you!
//Marcus