Hi there,
I'm essentially trying to do exactly the same thing mentioned in this old post, but a little unsure of which tables/fields to query to check ACL permissions for a given page type. Any guidance would be greatly appreciated.
https://devnet.kentico.com/forums/f45/fp31/t21986/repeater-with-custom-query-check-permissions
Thanks!
CMS_ACL and CMS_ACLItem store that information, but I'd recommend doing this with Kentico DocumentQuery - it has CheckPermissions method which handles that.
Please, sign in to be able to submit a new answer.