views:

91

answers:

2

Hello!

I need to allow visitors of the share point portal to update a list programmatically, but don't know how to do it.

Give a hint, please.

Thank you!

A: 

Well if you want a hint only, try googling:

SPSecurity.RunWithElevatedPrivileges

Maybe you should explain a bit more on your situation. Are your 'visitors' anonymous users? Are you creating a webpart or using out of box lists?

ArjanP
A: 

You should consider breaking role inheritance on that list, then create a role assignment with role definition = (role definition = role including EditListItems permissions, principal = Visitors group).

(As a general rule, I don't recommend to depart much from the default security model neither to create granular permissions. It all becomes a management nightmare.)

Ariel