A folder is a virtual container where files can be stored.
0
votes
1answer
292 views
Wrong results returned with Sharepoint Client ObjectModel
I'm using the sharepoint client object model for a small application. When I try to get all folders and items from the "Shared Documents"-library, it doesn't return all folders and files.
Code:
...
0
votes
2answers
2k views
Rename file in a document library folder
This is all good except my file is located in a folder called "Shared Folder" under shared documents library.
SPSite oSite = new SPSite ("http://<sitename>/");
SPWeb oWeb = ...