Tagged Questions
2
votes
2answers
454 views
Why do I get a security validation invalid error updating a field from a feature receiver?
Trying to change the title field of a document library to be required..doesn't want to work.
SPList docLib = web.Lists["Process Aids"];
SPField field = docLib.Fields["Title"];
field.Title = "Display ...