Tagged Questions
0
votes
1answer
68 views
Security involved with running a batch file to create Document Libraries
I was wondering what kind of permission levels should a batch have to execute procedures that create programmatically Document Libraries on SharePoint 2010.
Has someone done that?
2
votes
1answer
384 views
Uploading files using object model
I'm experiencing some problems adding documents to a library using the object model.
I use the spfolder.files.add where I pass a filestream containing the document in. When I run my Internet Explorer ...