Use SharePoint as a content respository
-
16 กุมภาพันธ์ 2555 22:17
I'm a .NET developer but has no knowledge of Sharepoint WSS web service. I have a project that asks for useing sharepoint to be the repository for saving contents. A content would be a html that the user inputs into a Telerik rad editor control. It may contains formatted text, pictures, audio or videos enbeded.
Can this be done by calling sharepoint web serivce? Is there any existing example code I can reference?
Thanks!
ตอบทั้งหมด
-
20 กุมภาพันธ์ 2555 6:58ผู้ดูแล
Hi pilipalapilipala,
Lists Web Service in SharePoint can achieve your requirement. You can invoke UpdateListItems method from the web service to add, delete or update list items, and invoke GetListItems method to get a list item.
Lists.asmx Web Service path: http:// <Site> / _vti_bin / Lists.asmxThe sample code for UpdateListItems is available in the following article:
http://msdn.microsoft.com/en-us/library/lists.lists.addlist(v=office.12).aspx
Thanks,
Lhan- แก้ไขโดย Lhan HanModerator 20 กุมภาพันธ์ 2555 7:00
- แก้ไขโดย Lhan HanModerator 20 กุมภาพันธ์ 2555 7:00
- แก้ไขโดย Lhan HanModerator 20 กุมภาพันธ์ 2555 8:09
- แก้ไขโดย Lhan HanModerator 20 กุมภาพันธ์ 2555 8:11
- แก้ไขโดย Lhan HanModerator 20 กุมภาพันธ์ 2555 8:38
- ทำเครื่องหมายเป็นคำตอบโดย Lhan HanModerator 27 กุมภาพันธ์ 2555 1:48