Hi,
Anyone know how to set BrowserFileHandling to all lists inside a newly created site.
When the site is being created it is also setting correct security permissions to each employee, so my question - in this function can i also add browserfilehandling = permissive? If so - how?
I have code like this:
Dim DocLibtid AsSPDocumentLibrary=DirectCast(Web.Lists("nameoflist"),SPDocumentLib
Then i assign with RoleAssignment, can i use browserfilehandling settings also with docLib?
Thanks.
//Daniel