Web.GetChanges 方法
按照指定的查詢,對於網站範圍內發生的變更記錄檔傳回所有變更的集合。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Function GetChanges ( _
query As ChangeQuery _
) As ChangeCollection
'用途
Dim instance As Web
Dim query As ChangeQuery
Dim returnValue As ChangeCollection
returnValue = instance.GetChanges(query)
public ChangeCollection GetChanges(
ChangeQuery query
)
參數
query
類型:Microsoft.SharePoint.Client.ChangeQuery指定要傳回哪些變更。
傳回值
類型:Microsoft.SharePoint.Client.ChangeCollection
傳回代表所有修訂的集合,變更記錄所發生的網站,以指定查詢的範圍內從ChangeCollection執行個體。
備註
它不能null 參考 (未執行任何動作 於 Visual Basic 中)。