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