Table of Contents

Interface IUser

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the user.

public interface IUser

Properties

Email

Gets the email.

string? Email { get; }

Property Value

string

Name

Gets the name.

string Name { get; }

Property Value

string