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)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ChangeTypes
'Usage
Dim instance As ChangeTypes
[FlagsAttribute]
public enum ChangeTypes
Members
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. |
Remarks
Objects can be of the following types:
SingleValueProperty
MultiValueProperty
Anniversary
DLMembership
SiteMembership
QuickLink
Colleague
PersonalizationSite
UserProfile
WebLog
All
None