Get Folder Hierarchy and list it on a C# Form

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2010 09:07 AM
Hallo,
my problem ist that im not shure how i can get the full Folder Hierarchy from the Alfresco repository via c#?
With java i think its possible to use the Apache Chemistry but how i can solve it in c#?
If i use curl and enter the cmis-url for the Folder Hierarchy… But how can i put this Hierarchy e.g. on a Form in c#?
Sorry for my english…
Thanks!
my problem ist that im not shure how i can get the full Folder Hierarchy from the Alfresco repository via c#?
With java i think its possible to use the Apache Chemistry but how i can solve it in c#?
If i use curl and enter the cmis-url for the Folder Hierarchy… But how can i put this Hierarchy e.g. on a Form in c#?
Sorry for my english…
Thanks!
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2010 12:33 PM
Hi,
If the Web Services binding is an option for you, this could be a starting point:
http://incubator.apache.org/chemistry/opencmis-cookbook.html#OpenCMISCookbook-Connectingfroma.Netcli...
- Florian
If the Web Services binding is an option for you, this could be a starting point:
http://incubator.apache.org/chemistry/opencmis-cookbook.html#OpenCMISCookbook-Connectingfroma.Netcli...
- Florian

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 07:43 AM
Hi,
thanks for your answer. I have searched for some examples for Web Service Binding, but i cant find somthing.
What i have to do, to be able to use the OpenCmisClient API in c#?
Thanks!
thanks for your answer. I have searched for some examples for Web Service Binding, but i cant find somthing.
What i have to do, to be able to use the OpenCmisClient API in c#?
Thanks!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2010 01:11 AM
Use getChildren(….) function of NavigationService.
It returns back all the folders and documents withing the specified folder in getChildren method.
I don't know about C#, but you can implement logic like.
If C# provides something like Tree View for folder navigation, on click of a folder Node make a call to getChildren function by passing the clicked folder ID.
Let me know if you need any more info.
Nikesh
It returns back all the folders and documents withing the specified folder in getChildren method.
I don't know about C#, but you can implement logic like.
If C# provides something like Tree View for folder navigation, on click of a folder Node make a call to getChildren function by passing the clicked folder ID.
Let me know if you need any more info.
Nikesh
