SharePoint Forum Library program InfoPath XML Fayl Edit necə 2007

Kodu parçasını aşağıdakı xətləri InfoPath xml rekord güncellemek üçün(file)

SPWeb _web = SPContext.Current.Web;
SPList _list = _web.Lists[“SampleFormLib”];

MemoryStream myInStream = new MemoryStream(item.File.OpenBinary());
XmlTextReader oxucu = new XmlTextReader(myInStream);

XmlDocument doc = new XmlDocument();
doc.Load(oxucu);

reader.Close();
myInStream.Close();

XmlNamespaceManager nameSpaceManager = new XmlNamespaceManager(doc.NameTable);
nameSpaceManager.AddNamespace(“my”, “http://schemas.microsoft.com/office/infopath/2003/myXSD/2009-06-11T12:44:57“);

doc.DocumentElement.SelectSingleNode(“my:Status”, nameSpaceManager).Inner Text = “Saxlanılan”;
doc.DocumentElement.SelectSingleNode(“my:SaveDate”, nameSpaceManager).InnerText = DateTime.Today.ToString();
Encoding System.Text.ASCIIEncoding = new System.Text.ASCIIEncoding();
SPFILE newFile = _web.Folders[“SampleFormLib”].Files.Add(item.File.Name.ToString(), (encoding.GetBytes(doc.OuterXml)), doğru);
item.File.Update();

Siz item.File.Update əmin icra etmək() dəyişikliklər törətməyə (Item.Update icra zamanı mən səhvlər var() and spent couple of hours to find 🙁 )

1 SharePoint Forum Library program InfoPath XML Fayl Edit necə şərh 2007

Şəkil Yükləmə

Istifadə edə bilərsiniz Bu HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>