how to get the folder location of a content.
I have searched some contents through RIDC call . How to get the folder path of that particular content.I have used the following code to get the folder path but it is of no help.
folderPath= dataObject.get("dCollectionID");
My search query includes :
dataBinder.putLocal(props.getProperty("IDC_SERVICE"),"GET_SEARCH_RESULTS"); | ||
dataBinder.putLocal("isJava", "1"); | ||
dataBinder.putLocal("QueryText","xMigrated <matches> `NotYet`" ); | ||
dataBinder.putLocal("ResultCount", "1000"); | ||
dataBinder.putLocal("SearchQueryFormat" ,"Universal"); | ||
dataBinder.putLocal("AdvSearch","True"); | ||
dataBinder.putLocal("folderChildren", folderId); |