Reputation: 401
I'm trying to modify the permissions on a page programmatically. Are pages iSecurable, and is there such a thing as a PagesManager?
Upvotes: 0
Views: 41
Reputation: 3793
Yes, There is a PageManager and the PageNode is ISecuredObject.
You can check the documentation here:
http://docs.sitefinity.com/for-developers-permissions-api
Upvotes: 1