Link to home
Start Free TrialLog in
Avatar of crmsharepoint
crmsharepoint

asked on

Site Permissions doc libraries vs lists

Is it possible to enhance someone's permissions such that they are able to create document libraries, but not create new lists?

Also, is it possible to make it so that they're not able to create new metadata columns?

I'm speaking of SharePoint 2007.
Avatar of QPR
QPR
Flag of New Zealand image

Given that libraries are a type of list (as is everything in sharepoint) I'd be very surprised if this were possible
ASKER CERTIFIED SOLUTION
Avatar of Ingeborg Hawighorst (Microsoft MVP / EE MVE)
Ingeborg Hawighorst (Microsoft MVP / EE MVE)
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Member_6283346
Member_6283346

Hi!

As it said, it is really impossible of out-of-box. But you can add ListAdding eventreceiver for the web and implement custom logic inside receiver, which will allow or deny list of library creating based on user group or role.
http://msdn.microsoft.com/en-us/library/gg981880.aspx