Create empty folder
rwahdan
Member Posts: 51 ✭
I am trying to create empty folder without uploading any photos. How to acheive that with .net api backend?
Tagged:
0
Answers
-
Hi Rwahdan,
We have this in our documentation here:
https://cloudinary.com/documentation/admin_api#create_folder
The .net example is like so
cloudinary.CreateFolder(folder);
0