I'd like to expose a web part to some users, but not all of them. How can I show or hide a web part in the Add Web Parts pop up window? I'd like to do this through code, and I'm hoping to use SharePoint Roles to make this happen.
|
|
|||
|
|
|
I know you can manage which web parts show up in the Add Web Parts window in the Web Part Gallery. While I haven't done it... since it's just another SharePoint List, you should be able to programmatically assign roles to Groups/Users? Update - Since you want to see some code. Nothing special, just a quick hack. You'll definitely want to do your standard error checking, etc. HTH :-)
|
|||
|
|
|
You can do this with SharePoint Groups. Go to the Web Part Gallery, click "Edit" on the web part you wish to scope, then click Manage Permissions. Here you can specify which users or groups can use the web part. |
||
|
|
