Conas Cuir InfoPath XML Comhad i Leabharlann Fóram Programmatically i SharePoint 2007

An thíos línte Blúire cód a thabhairt cothrom le dáta an xml infopath taifead(comhad)

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

MemoryStream myInStream = MemoryStream nua(item.File.OpenBinary()); Léitheoir XmlTextReader = XmlTextReader nua(myInStream);

XmlDocument doc = XmlDocument nua(); doc.Load(léitheoir);

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

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

doc.DocumentElement.SelectSingleNode(“mo:Stádas”, nameSpaceManager).Téacs Istigh = “Sábháilte”; […]

"Tá an comhad a mhodhnú le córas nua SharePoint " Earráid agus nuashonrú InfoPath xml file i SharePoint Leabharlann

Má tá tú iarracht a thabhairt cothrom le dáta an InfoPath xml file trí mhúnla réad i imeachtaí / WebParts nó trí aon mheán.

Cé execting an Item.Update() Beidh chur faoi deara an earráid thíos. Cé go cothrom le dáta an xml InfoPath comhad i ListItem an comhad agus réad ListItem dul dícheangailte.

Item.File.Update() Beidh réiteach do cheist.

StackTrace […]