ChangeTypes Enumeration
Represents the type of change made on an object.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Office.Server.UserProfilesAssembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
| Member name | Description | |
|---|---|---|
| None | Indicates that no change was made to an object in the user profile store. | |
| Add | Indicates that an object was added to the user profile store. | |
| Modify | Indicates that an object was modified in the user profile store. | |
| Delete | Indicates that an object was deleted from the user profile store. | |
| Metadata | Indicates that the metadata of an object was modified in the user profile store. | |
| All | Indicates that multiple operations were performed on an object in the user profile store. |