Group.GetChanges Method
Include Protected Members
Include Inherited Members
Gets changes to the specified Group object.
Overload List
Name | Description | |
---|---|---|
GetChanges(DateTime) | Gets a collection of ChangedItem objects that represent changes to this Group since a specified time. | |
GetChanges(DateTime, ChangedItemType) | Gets a collection of ChangedItem instances that represent changes to the current Group object since a specified time, restricted by item type. | |
GetChanges(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. |
Top