Tagged Questions
0
votes
1answer
734 views
Get all document libraries from a site URL
I'm trying to build a WPF application in which the user specifies the URL in a textbox and after clicking "Connect" the app will fill a Combobox with a list of SharePoint Document Libraries. I'm ...
0
votes
1answer
128 views
Error while downloading Lists in a spweb
Here is the code
private void downloadList(SPObjectData objectData)
{
using (SPWeb currentWeb = objectData.Web)
{
foreach (SPList list in currentWeb.Lists)
...
