Search Results for

    Show / Hide Table of Contents

    Class ExternalUserEntity

    Holds properties for external user entity

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

    Properties

    AcceptedAs

    External user accepted as with this value

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

    DisplayName

    External user display name

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

    InvitedAs

    External user invited as with this value

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

    InvitedBy

    External user invited by this value

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

    UniqueId

    Externla user unique id

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

    WhenCreated

    Date Time of External user creation

    Declaration
    public DateTime WhenCreated { get; set; }
    Property Value
    DateTime

    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