Table of Contents

Interface IApplicationInfo

Namespace
GroupeIsa.Neos.Application
Assembly
GroupeIsa.Neos.Application.Abstractions.dll

Provides the informations of the application.

public interface IApplicationInfo

Properties

ClusterId

Gets the cluster unique id.

string ClusterId { get; }

Property Value

string

ClusterName

Gets the name of the cluster.

string ClusterName { get; }

Property Value

string

ClusterTitle

Gets the description of the cluster.

string ClusterTitle { get; }

Property Value

string

ClusterVersion

Gets the version of the cluster.

string ClusterVersion { get; }

Property Value

string

Company

Gets the company.

string Company { get; }

Property Value

string

IsRunInStandaloneMode

Gets a value indicating whether the cluster run in standalone mode (without developpement proxy server).

bool IsRunInStandaloneMode { get; }

Property Value

bool

IsServiceCommunicationEnabled

Gets a value indicating whether the cluster can communicate with others clusters or services.

[Obsolete("Inter cluster communication is always enable.")]
bool IsServiceCommunicationEnabled { get; }

Property Value

bool

Languages

Gets the languages.

string[] Languages { get; }

Property Value

string[]

NeosVersion

Gets the version of the Neos.

string NeosVersion { get; }

Property Value

string

RootNamespace

Gets the root namespace.

string RootNamespace { get; }

Property Value

string

Themes

Gets the themes.

string[] Themes { get; }

Property Value

string[]