Group.GetChanges method (DateTime)

Gets a collection of ChangedItem objects that represent changes to this Group since a specified time.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public Function GetChanges ( _
    startTime As DateTime _
) As ChangedItemCollection
'Usage
Dim instance As Group
Dim startTime As DateTime
Dim returnValue As ChangedItemCollection

returnValue = instance.GetChanges(startTime)
public ChangedItemCollection GetChanges(
    DateTime startTime
)

Parameters

  • startTime
    Type: System.DateTime

    A UTC time indicating the earliest change to be returned

Return value

Type: Microsoft.SharePoint.Taxonomy.ChangedItemCollection
A collection of ChangedItem objects 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 instances. The collection returned may be empty.

See also

Reference

Group class

Group members

GetChanges overload

Microsoft.SharePoint.Taxonomy namespace

GetChanges(DateTime, ChangedItemType)

GetChanges(DateTime, ChangedItemType, ChangedOperationType)