Search Results for

    Show / Hide Table of Contents

    Class UserEntity

    Class to hold information about a given user

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

    Properties

    Id

    Id of the user

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

    IsGroup

    Is this a group?

    Declaration
    public bool IsGroup { get; set; }
    Property Value
    System.Boolean

    LoginName

    Loginname of the user

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

    Name

    Name of the user

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

    Role

    Role of the user

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

    Upn

    Upn of the user

    Declaration
    public string Upn { 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