11-28-2011 01:25 PM
CmisObject obj = session.getObjectByPath("Company Home/Sites/MySite");
Folder f= (Folder) obj;
ItemIterable<CmisObject> l = f.getChildren();
for (CmisObject o : l){
System.out.println(o.getName() + "is from type " + o.getType());
}
I cant see all the folders or files that are into the folder that contains my site!12-27-2011 11:57 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.