Search Results for

    Show / Hide Table of Contents

    Enum ChangeType

    Enumeration of the possible types of changes.

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public enum ChangeType : int

    Activity

    Add

    Enumeration whose values specify that an object has been added within the scope of a list, site, site collection, or content database.

    AssignmentAdd

    Enumeration whose values specify that a user has been given permissions to a list.

    The list must have unique permissions enabled.

    AssignmentDelete

    Enumeration whose values specify that a user has lost permissions to a list.

    The list must have unique permissions enabled.

    DeleteObject

    Enumeration whose values specify that an object has been deleted within the scope of a list, site, site collection, or content database.

    Dirty

    ListContentTypeAdd

    ListContentTypeDelete

    MemberAdd

    Enumeration whose values specify that a user has been added to a group.

    MemberDelete

    Enumeration whose values specify that a user has been removed from a group.

    MoveAway

    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.

    MoveInto

    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.

    Navigation

    Enumeration whose values specify that a change in the navigation structure of a site collection has been made.

    NoChange

    Enumeration whose values indicate that no change has taken place.

    Rename

    Enumeration whose values specify that the leaf in a URL has been renamed.

    Restore

    Enumeration whose values specify that an object has restored from a backup or from the recycle bin.

    RoleAdd

    Enumeration whose values specify that a role definition has been added.

    RoleDelete

    Enumeration whose values specify that a role definition has been deleted.

    RoleUpdate

    Enumeration whose values specify that a role definition has been updated.

    ScopeAdd

    Enumeration whose values specify that a change in permissions scope has been made to break inheritance from an object's parent.

    ScopeDelete

    Enumeration whose values specify that a change in permissions scope has been made to revert back to inheriting permissions from an object's parent.

    SystemUpdate

    Enumeration whose values specify that a change has been made to an item using the SystemUpdate method.

    Update

    Enumeration whose values specify that an object has been modified within the scope of a list, site, site collection, or content database.

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer