1

PowerShell を使用して Web Proxy Services を使用して 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 に答える