Tagged Questions
0
votes
1answer
95 views
Parsing a HTML webpage in a feature's eventreceiver (Sandbox)
I have set up a feature with an event receiver with the purpose of parsing some values from a website and adding them to a sharepoint list. The parsing code is written with the help of HTML Agility ...
1
vote
0answers
237 views
Setting rights for CustomAction. Problem with sandboxed or language?
I've got a CustomAction which contains a button. Only users with high level permissions should be able to see this button, so I tried setting the property Rights ="ManageWeb" on the CustomAction.
...
0
votes
1answer
156 views
Right Management
I'm planing a sharepoint application. One part of the solution should be a list. Each list item should have two persons who are allowed to make changes on it (plus two Administratorgroups). The ...