Mae'r llinellau isod snippet cod yw rhoi diweddariad i'r cofnod xml infopath(ffeil)
SPList _list = _web.Lists[“SampleFormLib”];
MemoryStream myInStream = MemoryStream newydd(item.File.OpenBinary());
Darllenydd XmlTextReader = XmlTextReader newydd(myInStream);
XmlDocument doc = XmlDocument newydd();
doc.Load(darllenydd);
reader.Close();
myInStream.Close();
XmlNamespaceManager nameSpaceManager = XmlNamespaceManager newydd(doc.NameTable);
nameSpaceManager.AddNamespace(“fy”, “http://schemas.microsoft.com/office/infopath/2003/myXSD/2009-06-11T12:44:57“);
doc.DocumentElement.SelectSingleNode(“fy:Statws”, nameSpaceManager).Testun mewnol = “U cadw”;
doc.DocumentElement.SelectSingleNode(“fy:Harbed”, nameSpaceManager).InnerText = DateTime.Today.ToString();
System.Text.ASCIIEncoding amgodio = System.Text.ASCIIEncoding newydd();
SPFile newFile = _web.Folders[“SampleFormLib”].Files.Add(item.File.Name.ToString(), (encoding.GetBytes(doc.OuterXml)), wir);
item.File.Update();
Gwnewch yn siŵr eich bod yn gweithredu item.File.Update() i ymrwymo i'r newidiadau (Cefais y gwallau wrth weithredu item.Update() and spent couple of hours to find 🙁 )
Have you considered adding some differing opinions to your article? I think it might enhance viewers understanding.