Search Results for

    Show / Hide Table of Contents

    Class UserDelta

    Defines a Microsoft Graph user delta

    Inheritance
    System.Object
    UserDelta
    Namespace: PnP.Framework.Graph.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class UserDelta : object

    Properties

    DeltaToken

    The DeltaToken which can be used when querying for changes to request changes made to User objects since this DeltaToken has been given out

    Declaration
    public string DeltaToken { get; set; }
    Property Value
    System.String

    NextLink

    The NextLink which indicates there are more results

    Declaration
    public string NextLink { get; set; }
    Property Value
    System.String

    Users

    User objects with changes or all users if no SkipToken has been provided

    Declaration
    public IList<User> Users { get; set; }
    Property Value
    IList<User>

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer