Pages - Move & Copy UI Permissions

Dave Forster asked on September 2, 2016 12:16

Are there any UI Personalization settings or Permissions that can be applied to a role to disable the Moving and Copying of existing content pages ?

I still want the user to be able to add new pages and modify the content of existing pages but want to prevent them moving/copying and potentially re-ordering them.

Recent Answers


Roman Hutnyk answered on September 2, 2016 16:35

Dave, I'm not aware about such possibility out of the box. I'd recommend you to try implement appropriate checks with document event handlers, e.g. Move.Before - you should be able to check user role and cancel event there.

1 votesVote for this answer Mark as a Correct answer

Dave Forster answered on September 2, 2016 17:08

Hi Roman,

Yes, that was my thinking but seems a bit overkill and not easily maintainable once deployed.

0 votesVote for this answer Mark as a Correct answer

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