Table of Contents

Interface IApp

Namespace
ToSic.Eav.Apps
Assembly
ToSic.Eav.Apps.dll

An App in memory - for quickly getting things done with the app data, queries etc.

[PublicApi]
public interface IApp : IAppIdentity, IZoneIdentity, IAppIdentityLight, IHasMetadata
Inherited Members

Properties

Data

Data of the app

IAppData Data { get; }

Property Value

IAppData

Folder

App Folder

string Folder { get; }

Property Value

string

The folder as configured in the app configuration.

Metadata

The app metadata - like settings, resources etc.

IMetadataOf Metadata { get; }

Property Value

IMetadataOf

A metadata provider for the app

Name

App Name

string Name { get; }

Property Value

string

The name as configured in the app configuration.

NameId

NameId of the App - usually a string-GUID

string NameId { get; }

Property Value

string