http://www.cnblogs.com/yungboy/archive/2009/03/31/1426217.html

SharePoint中,系統提供了SharePoint Web Services的列表,類似這樣的簡單列表通過讓我們對所有的服務和方法有一個快速的瞭解,從而幫助我們更好的使用這些Web Services

服務

管理用途

(_vti_adm/Admin.asmx)

創建刪除站點的管理方法,獲取被部署的SharePoint的語言

  • CreateSite
  • DeleteSite
  • GetLanguage
  • RefreshConfigCache

通知 (Alerts.asmx)

用於操作SharePoint通知列表項的方法

  • DeleteAlerts
  • GetAlerts

驗證 (Authentication.asmx)

客戶端代理爲使用窗體驗證的站點提供用戶驗證的方法

  • Login (用於驗證)
  • Mode (返回當前站點的驗證模式)

複製 (Copy.asmx)

在站點之間或內部複製文件的方法

  • CopyIntoItems(把文檔以字節數組的形式複製到服務器上的某個位置)
  • CopyIntoItemsLocal (在同一個服務器上把文檔從一個位置複製到另外一個位置上)
  • GetItem(創建文檔的字節數組格式,以傳遞給CopyIntoItems方法)

文檔工作區 (Dws.asmx)

管理文檔工作區站點和數據的方法

  • CanCreateDwsUrl
  • CreateDws
  • CreateFolder
  • FindDwsDoc
  • GetDwsData
  • GetDwsMetaData
  • RemoveDwsUser
  • RenameDws
  • UpdateDwsData

窗體 (Forms.asmx)

當工作於某個列表內容時,返回用在這個用戶界面中的窗體信息的方法

  • GetForm
  • GetFormCollection

圖像 (Imaging.asmx)

創建和管理圖片庫的方法

  • CheckSubwebAndList
  • CreateNewFolder
  • Delete
  • Download
  • Edit
  • GetItemsByIds
  • GetItemsXMLData
  • GetListItems
  • ListPictureLibrary
  • Rename
  • Upload

獲取列表數據 (DspSts.asmx)

完成對站點和SharePoint中的列表的查詢

  • Query(完成對SharePoint列表和站點的查詢)

列表 (Lists.asmx)

對列表和列表數據進行操作的方法

  • AddAttachment
  • AddDiscussionBoardItem
  • AddList
  • AddListFromFeature
  • ApplyContentTypeToList
  • DeleteAttachment
  • DeleteContentType
  • DeleteContentTypeXmlDocument
  • DeleteList
  • GetAttachmentCollection
  • GetList
  • GetListAndView
  • GetListCollection
  • GetListContentType
  • GetListContentTypes
  • GetListItemChanges
  • GetListItemChangesSinceToken
  • GetListItems
  • GetVersionCollection
  • UndoCheckout
  • UpdateContentType
  • UpdateContentTypesXmlDocument
  • UpdateContentTypeXmlDocument
  • UpdateList
  • UpdateListItems

會議 (Meetings.asmx)

創建和管理會議工作區站點

  • AddMeeting
  • AddMeetingFromICal
  • CreateWorkspace
  • DeleteWorkspace
  • GetMeetingInformation
  • GetMeetingWorkspaces
  • RemoveMeeting
  • RestoreMeeting
  • SetAttendeeResponse
  • SetWorkspaceTitle
  • UpdateMeeting
  • UpdateMeetingFromICal

人員 (People.asmx)

解析和查找安全主體

  • ResolvePrincipals

權限 (Permissions.asmx)

處理站點或列表權限的方法

  • AddPermission
  • AddPermissionCollection
  • GetPermissionCollection
  • RemovePermission
  • RemovePermissionCollection
  • UpdatePermission

目錄管理 (sharepointemailws.asmx)

管理活動目錄e-mail分發組和他們的成員信息的方法

  • ChangeContactsMembershipInDistributionGroup
  • ChangeUsersmembershipInDistributionGroup
  • CreateContact
  • CreateDistributionGroup
  • DeleteContact
  • DeleteDistributionGroup
  • GetJobStatus
  • ModifyContact
  • ModifyDistributionGroup
  • RenameDistributionGroup

站點數據 (SiteData.asmx)

從站點或列表中返回元數據或列表數據的方法

  • EnumerateFolder
  • GetAttachments
  • GetChanges
  • GetContent
  • GetList
  • GetListCollection
  • GetListItems
  • GetSite
  • GetSiteAndWeb
  • GetSiteUrl
  • GetURLSegments
  • GetWeb

站點 (Sites.asmx)

返回關於站點集和站點模板的信息的方法

  • ExportWeb
  • GetSiteTemplates
  • GetUpdatedFormDigest
  • ImportWeb

搜索 (spsearch.asmx)

使用搜索服務進行搜索的方法

  • Query
  • QueryEx
  • Registration
  • Status

用戶和用戶組 (usergroup.asmx)

操作用戶角色定義和用戶組的方法

  • AddGroup
  • AddGroupToRole
  • AddRole
  • AddRoleDef
  • AddUserCollectionToGroup
  • AddUserCollectionToRole
  • AddUserToGroup
  • AddUserToRole
  • GetAllUserCollectionFromWeb
  • GetGroupCollection
  • GetList
  • GetListAndView
  • GetListCollection
  • GetGroupCollectionFromRole
  • GetGroupCollectionFromSite
  • GetGroupCollectionFromUser
  • GetGroupCollectionFromWeb
  • GetGroupInfo
  • GetRoleCollection
  • GetRoleCollectionFromGroup
  • GetRoleCollectionFromUser
  • GetRoleCollectionFromWeb
  • GetRoleInfo
  • GetRolesAndPermissionsForCurrentUser
  • GetRolesAndPermissionsForSite
  • GetUserCollection
  • GetUserCollectionFromGroup
  • GetUserCollectionFromRole
  • GetUserCollectionFromSite
  • GetUserCollectionFromWeb
  • GetUserInfo
  • GetUserLoginFromEmail
  • RemoveGroup
  • RemoveGroupFromRole
  • RemoveRole
  • RemoveUserCollectionFromGroup
  • RemoveUserCollectionFromRole
  • RemoveUserCollectionFromSite
  • RemoveUserFromGroup
  • RemoveUserFromRole
  • RemoveUserFromSite
  • RemoveUserFromWeb
  • UpdateGroupInfo
  • UpdateRoleDefInfo
  • UpdateRoleInfo
  • UpdateUserInfo

版本 (Versions.asmx)

操作文件版本的方法

  • DeleteAllVersions
  • DeleteVersion
  • GetVersions
  • RestoreVersion

視圖 (Views.asmx)

操作列表視圖的方法

  • AddView
  • DeleteView
  • GetViewCollection
  • GetViewHtml
  • UpdateView
  • UpdateViewHtml
  • UpdateViewHtml2

Web 部件頁 (WebPartPages.asmx)

操作Web 部件頁的方法

  • AddWebPart
  • AddWebPartToZone
  • AssociateWorkflowMarkup
  • ConvertWebPartFormat
  • DeleteWebPart
  • ExecuteProxyUpdates
  • FetchLegalWorkflowActions
  • GetAssemblyMetaData
  • GetBindingResourceData
  • GetCustomControlList
  • GetDataFromDataSourceControl
  • GetFormCapabilityFromDataSourceControl
  • GetSafeAssemblyInfo
  • GetWebPart
  • GetWebPart2
  • GetWebPartCrossPageCompatibility
  • GetWebPartPage
  • GetWebPartPageConnectionInfo
  • GetWebPartPageDocument
  • GetWebPartProperties
  • GetWebPartProperties2
  • RemoveWorkflowAssociation
  • RenderWebPartForEdit
  • SaveWebPart
  • SaveWebPart2
  • ValidateWorkflowMarkupAndCreateSupportObjects

Web應用程序 (Webs.asmx)

操作站點和子站點的方法

· CreateContentType

· CustomizeCss

· DeleteContentType

· GetActivatedFeatures

· GetAllSubWebCollection

· GetColumns

· GetContentType

· GetContentTypes

· GetCustomizedPageStatus

· GetListTemplates

· GetWeb

· GetWebCollection

· RemoveContentTypeXmlDocument

· RevertAllFileContentStreams

· RevertCss

· RevertFileContentStream

· UpdateColumns

· UpdateContentType

· UpdateContentTypeXmlDocument

· WebUrlFromPageUrl

MOSS搜索 (Search.asmx)

通過MOSS(Microsoft Office SharePoint Server)搜索服務進行搜索的方法,它們也包含獲取被管理搜索屬性的方法

  • GetSearchMetadata(Search managed properties搜索管理屬性)
  • Query
  • QueryEx
  • Registration
  • Status

參考:http://msdn.microsoft.com/en-us/ms445292.aspx

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章