Interface IChangeUser
Indicates a change to a ISharePointUser object.
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface IChangeUser : IChange
Indicates a change to a ISharePointUser object.
public interface IChangeUser : IChange
Gets a value that specifies whether a user has changed from an inactive state to an active state.
bool Activate { get; }
System.Boolean
|
Gets a value that identifies the changed user.
int UserId { get; }
System.Int32
|