Click here to Skip to main content
15,887,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
I want to create nested folders in document library using rest api with single call.

I have project Name with that I want to create a folder in document library, in side project name folder I want to create individual folders for each month(Jan-December).

Presently I am using for loop to achieve this requirement,Please guide me alternate approach like in first call I will create a folder for project name in success of that method I will call remaining 12 folders in single call.

Thanks in advance.


What I have tried:

I am able to create a folders with separate requests in for loop, I want to create in single request
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900