త్వరిత హిట్: SharePoint ఒక SPListItem నుండి నేరుగా InfoPath XML పఠనం

I’m been working on a project where I need to extract attachments from an InfoPath form. There are some good resources for parsing InfoPath forms (ఇది కేవలం XML ఫైళ్లు, కాబట్టి అది నిజానికి చాలా సులభం).

ప్రాజెక్టు అప్ పెరుగుతుండగా, I started by downloading an InfoPath form and saving it to my local hard drive. My c# code was reading directly from that instance. అయితే, the InfoPath forms are really living inside a SharePoint forms library. I did a little half hearted searching to find out how to read it directly from the library and almost gave up, in which case I would have saved the form to a local temp directory and read it from there. అయితే, there’s no need to go through those hoops as you can read it directly from the library. This little snippet shows how:

/// ఇక్కడ క్లాస్ నిర్వచనం stuff, సహా:
ప్రైవేట్ SPFile mySharePointFile; /* ఒక SPList యొక్క భాగము */
// మరింత కోడ్ ఇక్కడ మరియు మేము కలిగి తరగతి పద్ధతి లోపల వెళ్తాడు:
XmlTextReader textReader;
textReader = కొత్త XmlTextReader(mySharePointFile.OpenBinaryStream());

= textReader.WhitespaceHandling WhitespaceHandling.గమనిక;

textReader.Read();

// నోడ్ విలువ కలిగి ఉంటే

అయితే (textReader.Read())
{

… and so on and so forth …

పైన ప్రధాన బిట్ మేము OpenBinaryStream ద్వారా నేరుగా InfoPath చదవగలరు ఉంది() method call on the SPFile as a parameter to the constructor on XmlTextReader. It works great.

</చివర>

నా బ్లాగ్ సబ్స్క్రయిబ్.

వద్ద ట్విట్టర్ లో నన్ను అనుసరించండి http://www.twitter.com/pagalvin

Technorati టాగ్లు:

ఒక ఆలోచన "త్వరిత హిట్: SharePoint ఒక SPListItem నుండి నేరుగా InfoPath XML పఠనం

  1. nesreen

    hi,
    నేను ఈ సహాయం అవసరం , నేను SharePoint కలిగి 2007 పునరావృత పట్టిక తో సైట్ మరియు infopath , నేను ఏమి చేయాలి ఒకసారి రూపం నేను లూప్ అవసరం మరియు SP రూపం లైబ్రరీ ఈవెంట్ నిర్వహణ ఉపయోగించి ఒక జాబితాకు డేటా సేవ్ SharePoint రూపాలు లైబ్రరీ సేవ్ ఉంది.

    ఏదైనా సహాయం నిజంగా విలువలు.

    ధన్యవాదాలు

ఒక Reply వదిలి

మీ ఇమెయిల్ చిరునామా ప్రచురితమైన కాదు. లు గుర్తించబడతాయి *