Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the type of change made on a user profile object.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: [UserProfileChangeService Web service]
Web service reference: http://Site/_vti_bin/UserProfileChangeService.asmx
Syntax
'Declaration
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration ChangeTypes
'Usage
Dim instance As ChangeTypes
[SerializableAttribute]
[FlagsAttribute]
public enum ChangeTypes
Members
Member name | Description | |
---|---|---|
None | No change was made to an object in the user profile store. | |
Add | An object was added to the user profile store. | |
Modify | An existing object was modified in the user profile store. | |
Delete | An existing object was deleted from the user profile store. | |
Metadata | The metadata of an existing object was modified in the user profile store. | |
All | Multiple operations were performed on an existing object in the user profile store. |
Remarks
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
The objects to which this ChangeTypes enumeration applies must be one of the value types in the ObjectTypes enumeration.