ChangeTypes enumeration
Specifies types of changes made in the user profile store.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ChangeTypes
'Usage
Dim instance As ChangeTypes
[FlagsAttribute]
public enum ChangeTypes
Members
Member name | Description | |
---|---|---|
None | No change was made. Value = 0. | |
Add | An object was added. Value = 1. | |
Modify | An object was modified. Value = 2. | |
Remove | An object was removed. Value = 4. | |
Metadata | The metadata of an object was modified. Value = 8. | |
All | Multiple operations were performed on an object. Value = 15. |