Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Folder creation - parent vs child
abrown
Hi,I am automatically creating folders in Livelink, but right now my code creates a folder and it drops me into the parent folder (so I end of seeing the list of all the other folders created). Instead, I would like it to drop me directly into the folder that was just created so I can start adding documents. How can I modify the code so I can do that?Here is a snippet of what I am doing right now. int destination=Integer.parseInt(request.getParameter("parentFolderID")); response.setHeader("Location",request.getParameter("parentURL")+"&objId="+request.getParameter("parentFolderID")+"&objAction=browse");Thanks!
Find more posts tagged with
Comments
There are no comments yet