开发者

Sharepoint 2007: How to create a content page using webservices

开发者 https://www.devze.com 2022-12-29 00:01 出处:网络
I\'m trying to create a new content page in SharePoint using Sh开发者_运维百科arePoint web services.

I'm trying to create a new content page in SharePoint using Sh开发者_运维百科arePoint web services. 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.

If you dont know what fields/properties you need to set, do a get on the first few items to look at the 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

0

精彩评论

暂无评论...
验证码 换一张
取 消