Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi
If you have a PageData called "page" and a user as an IPrincipal called "user" you can do the following:
bool hasAccess = page.ACL.QueryDistinctAccess(user, AccessLevel.Read);
Regards
Per Gunsarfs
How to check page access even if I am logged in as a user who doesn't have access? Is there a way by which for checking page access alone, I can pass some admin user id?