Search Results for

    Show / Hide Table of Contents

    Interface IChangeUser

    Indicates a change to a ISharePointUser object.

    Inherited Members
    IChange.ChangeToken
    IChange.ChangeType
    IChange.SiteId
    IChange.Time
    IChange.IsPropertyAvailable<TModel>(Expression<Func<TModel, Object>>)
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IChangeUser : IChange

    Properties

    Activate

    Gets a value that specifies whether a user has changed from an inactive state to an active state.

    Declaration
    bool Activate { get; }
    Property Value
    System.Boolean

    UserId

    Gets a value that identifies the changed user.

    Declaration
    int UserId { get; }
    Property Value
    System.Int32

    See Also

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