Recent blog post
-
Get XML Node InnerText from SPFile
A method to get the value from an XML node stored in an InfoPath XML document in SharePoint: public static string GetValueFromSPListItemXml( SPListItem item, string node) { SPFile file = item.File; byte [] xmlFile = file.OpenBinary(); MemoryStream ms = ne...
4 days ago

Follow Technorati