How can i create a folder on Alfresco using .Net. Can I use the Api? Can you provide an example?

cancel
Showing results for 
Search instead for 
Did you mean: 
melespro
Member II

How can i create a folder on Alfresco using .Net. Can I use the Api? Can you provide an example?

Jump to solution

How can i create a folder on Alfresco using .Net. Can I use the Api? Can you provide an example?

1 Solution

Accepted Solutions
douglascrp
Advanced II

Re: How can i create a folder on Alfresco using .Net. Can I use the Api? Can you provide an example?

Jump to solution
4 Replies
douglascrp
Advanced II

Re: How can i create a folder on Alfresco using .Net. Can I use the Api? Can you provide an example?

Jump to solution
dvuika
Alfresco Employee

Re: How can i create a folder on Alfresco using .Net. Can I use the Api? Can you provide an example?

Jump to solution

If you are familiar with Swagger, you can take the public swagger definitions and generate a .NET client.

Build, Collaborate & Integrate APIs | SwaggerHub 

melespro
Member II

Re: How can i create a folder on Alfresco using .Net. Can I use the Api? Can you provide an example?

Jump to solution

Thank you, that documentation worked Smiley Happy

melespro
Member II

Re: How can i create a folder on Alfresco using .Net. Can I use the Api? Can you provide an example?

Jump to solution

Thank you, I was able to do the folder creation using dotCMIS.dll