共用方式為


Site.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 Site
Dim query As ChangeQuery
Dim returnValue As ChangeCollection

returnValue = instance.GetChanges(query)
public ChangeCollection GetChanges(
    ChangeQuery query
)

參數

傳回值

類型:Microsoft.SharePoint.Client.ChangeCollection
傳回代表網站集合的集合ChangeCollection.instance 變更變更記錄檔中所發生的網站集合,範圍內會根據指定的查詢。

請參閱

參照

Site 類別

Site 成員

Microsoft.SharePoint.Client 命名空間