SP.UserProfiles.ChangeTypes enumeration (sp.userprofiles)

Specifies types of changes made in the user profile store.

Applies to: apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013

SP.UserProfiles.ChangeTypes

Members

The ChangeTypes enumeration has the following members.

Member

Value

Description

none

0

No change was made.

add

1

An object was added.

modify

2

An object was modified.

remove

4

An object was removed.

metadata

8

The metadata of an object was modified.

all

15

Multiple operations were performed on an object.

Remarks

This enumeration allows a bitwise combination of its member values.

See also

Other resources

SP.UserProfiles namespace