November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi Natarajan!
As EPiServer security is on a "per-page"-level only, there really is no standard way to enforce accesscontrol on individual properties but to implement it within the properties themselves. This means that you would have to write your own propertycontrols and then perform the necessary accesscontrols within each control.
You would also have to invent some store for the ACL's and also provide the admintools needed to administer those ACL's (if needed).
There is one alternative however which might be , and that would be to use the Tabs feature which allows you to group properties together on a specific Tab and then set the needed access permission to view the Tab when in Edit mode. Note however that the list of availabe access permissions is fixed and are not extendable.
To programmatically get/set page-permissions you would go through the PageData.ACL property.
Regards,
Johan
I need to implement Item level permission to Episerver content/controls on a page. Please send me some pointers to acheive this.
1. I need to set/get the permissions programmatically
2. I need to store permissions for items/user controls