cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a new folder in Alfresco using c# Windows app

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

I am trying to create a new folder in ALFRESCO V3.1 using C# Windows application.
I find a code below in which the Constants.WORKSPACE_STORE is not understandable.
Please explain the below line of code.

Store storeRefence = new Store(Constants.WORKSPACE_STORE, "SpacesStore");

How do we declare Constants?

If possible, please send me the steps/sample/site to create a new folder using C# Windows application.


Thanks in advance….

Regards
Arun
2 REPLIES 2

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

Could anyone please reply for this post?


Thanks…………..

Regards
Arun

mrogers
Star Contributor
Star Contributor
It's a string with the value "workspace" …

Here's the Java definition…
    public static final String WORKSPACE_STORE = "workspace";