Enum ChangeType
Enumeration of the possible types of changes.
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public enum ChangeType : int
Enumeration of the possible types of changes.
public enum ChangeType : int
Enumeration whose values specify that an object has been added within the scope of a list, site, site collection, or content database.
Enumeration whose values specify that a user has been given permissions to a list.
The list must have unique permissions enabled.
Enumeration whose values specify that a user has lost permissions to a list.
The list must have unique permissions enabled.
Enumeration whose values specify that an object has been deleted within the scope of a list, site, site collection, or content database.
Enumeration whose values specify that a user has been added to a group.
Enumeration whose values specify that a user has been removed from a group.
Enumeration whose values specify that a non-leaf section within a URL has been renamed. The object was moved away from the location within the site specified by the change.
Enumeration whose values specify that a non-leaf section within a URL has been renamed. The object was moved into the location within the site specified by the change.
Enumeration whose values specify that a change in the navigation structure of a site collection has been made.
Enumeration whose values indicate that no change has taken place.
Enumeration whose values specify that the leaf in a URL has been renamed.
Enumeration whose values specify that an object has restored from a backup or from the recycle bin.
Enumeration whose values specify that a role definition has been added.
Enumeration whose values specify that a role definition has been deleted.
Enumeration whose values specify that a role definition has been updated.
Enumeration whose values specify that a change in permissions scope has been made to break inheritance from an object's parent.
Enumeration whose values specify that a change in permissions scope has been made to revert back to inheriting permissions from an object's parent.
Enumeration whose values specify that a change has been made to an item using the SystemUpdate method.
Enumeration whose values specify that an object has been modified within the scope of a list, site, site collection, or content database.