Hello, I found that there is an queryOptions parameter for this. <ViewAttributes Scope="Recursive" />.
http://msdn.microsoft.com/en-us/library/lists.lists.getlistitems.aspx If I add these three lines to SPSProxyHelper#buildPagingQueryOptions() MessageElement viewAttributesNode = new MessageElement((String)null,"ViewAttributes"); queryOptionsNode.addChild(viewAttributesNode); viewAttributesNode.addAttribute(null,"Scope","Recursive"); return rval; SPSProxyHelper#getDocuments() returns expected results: /Documents/Vekaletname.pdf, /Documents/ik_docs/diger/diger_dilekceler/aile_yardimi_almaz_dilecesi.doc, /Documents/ik_docs/diger/fonksiyonel_ekipman_talep_formu.doc, ... But SPSProxyHelper#getFieldValues() method works for only docId=/Documents/Vekaletname.pdf returns empty map for others. Therefore only this one injected. --- On Thu, 8/2/12, Ahmet Arslan <[email protected]> wrote: > From: Ahmet Arslan <[email protected]> > Subject: RE: SharePoint Library consist of folders > To: [email protected] > Date: Thursday, August 2, 2012, 10:38 PM > > This replaces the getlistitems > call > > in spsproxyhelper with a custom > > method call. > > Once 492 in place is it going to list files that have folder > path too? Without checking value of ows_FSObjType > attirbute? > > >
