Sut i Golygu InfoPath Ffeil XML yn Fforwm Llyfrgell Programmatically yn SharePoint 2007

Mae'r llinellau isod snippet cod yw rhoi diweddariad i'r cofnod xml infopath(ffeil)

SPWeb _web = SPContext.Current.Web;
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 🙁 )

1 comment to How to Edit InfoPath XML File in Forum Library Programmatically in SharePoint 2007

Ad a Ateb

Gallwch ddefnyddio tagiau HTML hyn

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