Table of Contents

Interface INeosTenantInfo

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

Represents the tenant informations.

public interface INeosTenantInfo

Properties

Identifier

Gets the identifier of the current tenant.

string Identifier { get; }

Property Value

string

Name

Gets the name of the current tenant.

string Name { get; }

Property Value

string