My Technology Notebook
My daily adventures with technology.
Pages
Home
Contact Me
Disclaimer
Profile
Saturday, July 16, 2011
Read sharepoint xml file into memory dataset
using (MemoryStream mStr = new MemoryStream(folder.Files[0].OpenBinary()))
{
DataSetVariable.ReadXml(mStr);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment