Repeater with Custom Query - Check Permissions

Kyle G asked on March 28, 2017 15:27

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!

Recent Answers


Roman Hutnyk answered on March 28, 2017 15:56

CMS_ACL and CMS_ACLItem store that information, but I'd recommend doing this with Kentico DocumentQuery - it has CheckPermissions method which handles that.

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.