Search code examples
c#sharepoint-2010sharepoint-clientobject

How to create a subfolder using sharepoint Client Object Model


How to create a subfolder using Client Object Model.
I know how to create a folder under a document library but i dont know how to create a folder under a folder or a listItem.


Solution

  • You need to set the FolderUrl property of the ListItemCreationInformation to the parent folder.