A bug:http://code.google.com/p/gdata-issues/issues/detail?id=1342
On Thu, Jul 23, 2009 at 5:50 AM, bhagya <bhagyagde...@gmail.com> wrote: > > Hi, > > I tried to hide a document using the setHidden(true) of documentlist > entry. But I see that the the document is not getting changed to > Hidden status. > > Here is the code sniffet: > DocumentListEntry myEntry = service.getEntry > (getUrl,DocumentListEntry.class); > myEntry.setTitle(new PlainTextConstruct("UpdateMe-New1")); > myEntry.setStarred(true); > myEntry.setHidden(true); > > Anything missed by me? Title and Starrred status are updated > properly. > > Thanks in adavance. > Bhagya > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Docs Data APIs" group. To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com To unsubscribe from this group, send email to google-docs-data-apis+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Docs-Data-APIs?hl=en -~----------~----~----~----~------~----~------~--~---