Search Results for

    Show / Hide Table of Contents

    Class ResolvedUser

    Class used to cache a user that was resolved via EnsureUser

    Inheritance
    System.Object
    ResolvedUser
    Namespace: PnP.Framework.Modernization.Entities
    Assembly: PnP.Framework.dll
    Syntax
    public class ResolvedUser : object

    Properties

    Id

    Id of the user

    Declaration
    public int Id { get; set; }
    Property Value
    System.Int32

    LoginName

    Loginname of the user

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

    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