Group.GetChanges method (DateTime, ChangedItemType, ChangedOperationType)
Gets a collection of ChangedItem objects that represent changes to this Group object since a specified time, restricted by item type and operation type.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Function GetChanges ( _
startTime As DateTime, _
itemType As ChangedItemType, _
operationType As ChangedOperationType _
) As ChangedItemCollection
'Usage
Dim instance As Group
Dim startTime As DateTime
Dim itemType As ChangedItemType
Dim operationType As ChangedOperationType
Dim returnValue As ChangedItemCollection
returnValue = instance.GetChanges(startTime, _
itemType, operationType)
public ChangedItemCollection GetChanges(
DateTime startTime,
ChangedItemType itemType,
ChangedOperationType operationType
)
Parameters
startTime
Type: System.DateTimeA UTC time indicating the earliest change to be returned
itemType
Type: Microsoft.SharePoint.Taxonomy.ChangedItemTypeIndicates the type of ChangeItem objects to return
operationType
Type: Microsoft.SharePoint.Taxonomy.ChangedOperationTypeIndicates the types of operations to return
Return value
Type: Microsoft.SharePoint.Taxonomy.ChangedItemCollection
A collection of ChangedItem instances that represent changes to the current Group object since a specified time.
Remarks
The changes returned in the collection include changes in the Group object and its child TermSet and Term objects, unless the ChangedItemType restricts some of these items from being returned. The collection returned may be empty.
See also
Reference
Microsoft.SharePoint.Taxonomy namespace
GetChanges(DateTime, ChangedItemType, ChangedOperationType)