1

有没有人有任何关于如何使用 PowerShell 使用 Web 代理服务来操作 SharePoint 列表的示例代码,我看到支持以下操作。

如果有人可以为以下每个项目提供示例代码,那就太好了。

o   AddAttachment

o   AddDiscussionBoardItem

o   AddList

o   AddListFromFeature

o   ApplyContentTypeToList

o   CheckInFile

o   CheckOutFile

o   CreateContentType

o   DeleteAttachment

o   DeleteContentType

o   DeleteContentTypeXmlDocument

o   DeleteList

o   GetAttachmentCollection

o   GetList

o   GetListAndView

o   GetListCollection

o   GetListContentType

o   GetListContentTypes

o   GetListItemChanges

o   GetListItemChangesSinceToken

o   GetListItems

o   GetVersionCollection

o   UndoCheckOut

o   UpdateContentType

o   UpdateContentTypeXmlDocument

o   UpdateContentTypesXmlDocument

o   UpdateList

o   UpdateListItems
4

1 回答 1

3

使用这篇文章:http: //blogs.msdn.com/b/powershell/archive/2010/06/24/using-new-webserviceproxy-to-get-modify-and-add-items-to-a-list- in-sharepoint-2007.aspx

希望能帮助到你。

于 2012-11-09T11:31:35.253 回答