Table of Contents

Interface INeosTenantInfoAccessor

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

Provides access to the current NeosTenantInfo, if one is available.

public interface INeosTenantInfoAccessor

Properties

IsMultiTenantEnabled

Gets a value indicating whether multi-tenancy is enabled.

bool IsMultiTenantEnabled { get; }

Property Value

bool

NeosTenantInfo

Gets the current tenant informations.

NeosTenantInfo? NeosTenantInfo { get; }

Property Value

NeosTenantInfo