What is the difference between EPiServer.Security.PrincipalInfo.HasEditorAccess and EPiServer.Security.PrincipalInfo.HasEditAccess?
//Alexander
|
What is the difference between //Alexander
| ||||
|
feedback
|
|
Looking at the code in reflector, I see this:
_editorPath resolves to "/episerver/CMS/Editor/", _editPath resolved to "/episerver/CMS/edit/" It appears that HasEditorAccess is only used within the PropertyXhtmlStringControl for the OnPageEditControls so my guess would be that there are capabilities to give a user only on page edit rights and keep them out of the full editor. | |||
|
feedback
|