cancel
Showing results for 
Search instead for 
Did you mean: 

How to create new user and new space folder using C#?

ecm09
Champ in-the-making
Champ in-the-making
Hi,

Please send me the code and the releveant namesapces and classes to be used to create a new user and new space folders using the C# programming.

Please share me the url if any……

Thanks in advance..


Regards
Arun
5 REPLIES 5

ecm09
Champ in-the-making
Champ in-the-making
Hi,

Could anyone please reply for this post?


Thanks…………..

Regards
Arun

invictus9
Champ in-the-making
Champ in-the-making
Have you researched the Javascript API? Person Services?

Alfresco itself does not, to my unsure knowledge, support C#. You can use C# on a remote host to connect to Alfresco and perform a number of operations, but the Alfresco side will need the code to carry out those operations.

ecm09
Champ in-the-making
Champ in-the-making
Hi,

What do you try  to say finally?

Please reply…………


Regards
Arun

gustavorg
Champ in-the-making
Champ in-the-making
He say you can access the Alfresco functionalities from C# using web services. Doing a fast google you can find this

http://forums.alfresco.com/en/viewtopic.php?f=35&t=16982

There is no a C# Api but you can use the  People Api (check the javascript Api)

http://wiki.alfresco.com/wiki/3.0_JavaScript_API#People_API

Maybe you can create a webscript with 
ScriptNode createPerson(String username) 
  and then call the webscript from C#.

gustavo

mrogers
Star Contributor
Star Contributor
ScriptNode createFolder(string name)
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.