ChangeTypes enumeration
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: WebSvcUserProfileChangeService
Assembly: UserProfileServices (in UserProfileServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService")> _
<FlagsAttribute> _
Public Enumeration ChangeTypes
'Usage
Dim instance As ChangeTypes
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService")]
[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.