Table of Contents

Interface IUserInfo

Namespace
GroupeIsa.Neos.Shared.MultiTenant
Assembly
GroupeIsa.Neos.Shared.dll

Represents the user informations.

public interface IUserInfo

Properties

Email

Gets the user email.

string? Email { get; }

Property Value

string

FirstName

Gets the user first name.

string? FirstName { get; }

Property Value

string

Identifier

Gets the user identifier. If the user is anonymous then Identifier is 'Anonymous'.

string Identifier { get; }

Property Value

string

LastName

Gets the user last name.

string? LastName { get; }

Property Value

string