how to set content edit access and No module setting access in dotnetnuke 7.4 -


i'm new in dotnetnuke , have slider module has 2 part,first it's content control panel must editable site admins , second module setting panel must editable host or administrator users,i wonder how can grant sort of permission different users?

you using moduleactions call on view control

public moduleactioncollection moduleactions         {                         {                 var actions = new moduleactioncollection                     {                         {                             getnextactionid(), localization.getstring("editmodule", localresourcefile), "", "", "",                             editurl(), false, securityaccesslevel.edit, true, false                         }                     };                 return actions;             }         } 

the securityaccesslevel.edit there, have

view, edit, admin, host, viewpermissions available options.

sounds want use edit , host options describing.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -