Skip to content

GDA 3.+ ListEntry.Delete() random behavior in .NET (C#) #720

@GoogleCodeExporter

Description

@GoogleCodeExporter
//Google Sheets, List-based feed

foreach (ListEntry curRow in ssListFeed.Entries)
{
curRow.Delete();
}

Seems to delete the first row but does not delete any subsequent ones.


Google.GData.Client Run Time v2.0.50727 v2.2.0.0

Original issue reported on code.google.com by CalCPA.U...@gmail.com on 10 Jun 2015 at 8:29

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions