简体   繁体   English

Sharepoint 2007:如何使用Web服务创建内容页面

[英]Sharepoint 2007: How to create a content page using webservices

I'm trying to create a new content page in SharePoint using SharePoint web services. 我正在尝试使用SharePoint Web服务在SharePoint中创建新的内容页面。 Has anyone achieved that ? 有人做到了吗?

Essentially you are just adding an item to a list, just set the xml fields to the correct ones when updating the item. 本质上,您只是将项目添加到列表中,只需在更新项目时将xml字段设置为正确的字段即可。

If you dont know what fields/properties you need to set, do a get on the first few items to look at the xml 如果您不知道需要设置哪些字段/属性,请获取前几个项目以查看xml

http://social.msdn.microsoft.com/forums/en-US/sharepointdevelopment/thread/6963fe06-573c-448b-8252-a35c43c8d3d6/ http://geekswithblogs.net/WayneMagnum/archive/2008/03/27/sharepoint-list-webservice-to-insert-item.aspx http://social.msdn.microsoft.com/forums/zh-CN/sharepointdevelopment/thread/6963fe06-573c-448b-8252-a35c43c8d3d6/ http://geekswithblogs.net/WayneMagnum/archive/2008/03/27/ sharepoint-list-webservice-to-insert-item.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM