How to redirect to existing folder in alfresco cmis using c#?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2014 08:10 AM
Hi all,
I tried to upload files in alfresco. I am entering the foldername dynamically, So first it will check whether folder name is existed or not. If that is not existed it will create new folder and upload that doc to that folder.I got upto this one.If that folder already exists we need to save that doc in the existing folder.I am unable to do that one? Please help to solve this?
Thanks,
Divya Palivela
I tried to upload files in alfresco. I am entering the foldername dynamically, So first it will check whether folder name is existed or not. If that is not existed it will create new folder and upload that doc to that folder.I got upto this one.If that folder already exists we need to save that doc in the existing folder.I am unable to do that one? Please help to solve this?
Thanks,
Divya Palivela
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2014 11:37 AM
Use
ISession.getObjectByPath
method to get the specified object by path,then cast it to IFolder object.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2014 01:24 AM
Thanks alot
Its working fine

