This topic has not yet been rated - Rate this topic

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.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
[FlagsAttribute]
public enum ChangeTypes
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.

Objects can be of the following types:

  • SingleValueProperty

  • MultiValueProperty

  • Anniversary

  • DLMembership

  • SiteMembership

  • QuickLink

  • Colleague

  • PersonalizationSite

  • UserProfile

  • WebLog

  • All

  • None

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ