Saving a Feed or Entry as XML with the .NET client library

The SaveToXml() method takes either a Stream or a XmlWriter.

FileStream file = new FileStream("C:\\testxml.txt", FileMode.Create);
feed.SaveToXml(file);
file.Close();

4 comments:

  1. Here are some common Troubleshooting Epson Printer Problem solutions that work on most Epson inkjet printer models, listed from the easiest to the most involved.

    ReplyDelete