תכנות רשימת קריאה & הצג תוכן של SharePoint

יש לי משימה לעבוד על פיתוח יישום חלונות אשר להביא את הצגת נתוני רשימה של SharePoint ולעבד את הנתונים לנצח צורות App.

בעבר נהגתי להביא את הנתונים באמצעות Lists.asmx,views.asmx.

עכשיו נוכחתי לדעת שאין דרך אחרת להביא את הנתונים תצוגת רשימה.

תחביר:
https://myserver.com / _vti_bin / owssvr.dll?Cmd = תצוגה&List ={רשימת זיהוי}&הצג את ={הצג את עיד}&XMLDATA נכון =

למשל כתובת האתר:

https://myserver.com / _vti_bin / owssvr.dll?Cmd = תצוגה&List ={2DDB5B EA1BD05B%%% 2D434B 2DB2FC% 2DB9AB9EE18A91}&הצג את ={B959F555 2D4F47%%% 2D798B 2D9FBB% 2D81513B85F906}&XMLDATA נכון =

עכשיו הוא ייתן את נתוני XML כתגובה.

לכתוב בתגובה xmldoc ולעבד את הנתונים.

HttpWebRequest myRequest = (HttpWebRequest)WebRequest.Create(“https://myserver.com / _vti_bin / owssvr.dll?Cmd = תצוגה&List ={2DDB5B EA1BD05B%%% 2D434B 2DB2FC% 2DB9AB9EE18A91}&הצג את ={B959F555 2D4F47%%% 2D798B 2D9FBB% 2D81513B85F906}&XMLDATA נכון =”);

myRequest.Credentials =
System.Net.CredentialCache.DefaultCredentials;
HttpWebResponse התגובה = (HttpWebResponse)myRequest.GetResponse();
XmlDocument דוק = XmlDocument חדש();
doc.Load(response.GetResponseStream());

השאירו תגובה

אתה יכול להשתמש אלה תגי HTML

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