2012-11-09 32 views
1

有没有人有关如何使用PowerShell操纵SharePoint列表使用Web代理服务的任何示例代码,我发现支持以下操作。使用PowerShell代码访问_vti_bin/lists.asmx

如果有人可以为每个下面的项目提供示例代码,那将会很棒。

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 

回答